Exchange 2013 migration mailboxes to new domain
Use Prepare-MoveRequest.ps1 https://learn.microsoft.com/en-us/exchange/prepare-mailboxes-for-cross-forest-moves-using-the-prepare-moverequest-ps1-script-in-the-shell-exchange-2013-help .\Prepare-MoveRequest.ps1 -Identity username -RemoteForestDomainController «remote domain controller name» -RemoteForestCredential (Get-Credential) -LocalForestDomainController «local domain controller name» -LocalForestCredential (Get-Credential) New-MoveRequest -Identity username -TargetDatabase «target database name» -Remote -RemoteHostName «remote…