Hi Roger,
Hope you are refering to New-MoveRequest cmdlet. Let me know, if you have used anything else.
Move-Mailbox is Exchange 2007 cmdlet and can't be used to move it to Ex2013.
- Check which OU, the mailbox has moved to.
- Check if AD replication is fine, the Shell might be pointing to some other DC and EAC somwhere else.
- Check if you have any receipent scope defined in the EAC search scope.
- Doest Get-Mailbox confirms the database is Ex2013
Below command would tell you the location of the object.
Get-Mailbox -Id User1 | fl Name,DistinguishedName,Database
Please note in
some scenarios Get-Mailbox Doesnt return the correct updated info, use the below cmdlets:
get-mailbox -Id User1 | get-mailboxstatistics |fl Displayname, ServerName, Database