The following command gives me partial detail on a mailbox move
get-mailbox user@company.com | Get-MailboxStatistics -IncludeMoveHistory | ft DisplayName, MoveHistory
However I'm interested in getting both the source and destination, and other move details. How can I modify this command to expand on the additional information embedded in the array?