Forum Discussion

Navishkar Sadheo's avatar
Navishkar Sadheo
Steel Contributor
Jun 03, 2020

Check when mailboxes were moved to Office 365

Hi All

 

Hope everyone is well and keeping safe. I wondering if there is a way to check when mailboxes were moved to Office 365 from an on-premise Exchange environment?

 

Appreciate any advice.

  • Navishkar Sadheo 

     

    Hi, try connecting to Exchange Online PowerShell and then running the following command;

     

    Get-MailboxStatistics -Identity username@domain.com -IncludeMoveHistory | Format-List

  • manuphilip's avatar
    manuphilip
    Brass Contributor
    Hi, Please check this cmdlet too: Get-MoveRequest | Group-Object -Property:Status | Select-Object Name,Count | Format-Table -Auto Thanks, Manu
  • Navishkar Sadheo 

     

    Hi, try connecting to Exchange Online PowerShell and then running the following command;

     

    Get-MailboxStatistics -Identity username@domain.com -IncludeMoveHistory | Format-List

Resources