SOLVED

Check when mailboxes were moved to Office 365

Steel Contributor

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.

2 Replies
best response confirmed by Navishkar Sadheo (Steel Contributor)
Solution

@Navishkar Sadheo 

 

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

 

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

Hi, Please check this cmdlet too: Get-MoveRequest | Group-Object -Property:Status | Select-Object Name,Count | Format-Table -Auto Thanks, Manu
1 best response

Accepted Solutions
best response confirmed by Navishkar Sadheo (Steel Contributor)
Solution

@Navishkar Sadheo 

 

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

 

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

View solution in original post