Hello people,
I have four (4) Exchange 2013 and two (2) DCs all in the same AD Forest and same Site. Email and mail flow works fine.
Am trying to move mailboxes from one DB to the other and I got this error each time I try the Move-Request.
[PS] C:\Windows\system32>Get-MailboxDatabase -Identity "mbx1" | New-MoveRequest -TargetDatabase "mbx2" The operation couldn't be performed because object 'mbx1' couldn't be found on 'dc01.troyhq.local'.+ CategoryInfo : NotSpecified: (:) [New-MoveRequest], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : [Server=exh03,RequestId=dbe91a05-5214-457c-bd0a-4ef93506493a,TimeStamp=6/21/2019 10:41:31 PM] [FailureCategory=Cmdlet
-ManagementObjectNotFoundException] CEE07C73,Microsoft.Exchange.Management.RecipientTasks.NewMoveRequest
+ PSComputerName : exh03.troyhq.local
Please help.