To move a single mailbox via powershell, use the below command. Amend as required:
Get-Recipient | where {$_.Name -Eq “Joe Bloggs”} | Move-Mailbox -TargetDatabase “xxx.local\Mailbox Database”
Subscribe to new tech posts.
We will never send you spam email or forward your details to third parties.
This will close in 0 seconds
Thanks admin, as always you share what us tech’s are always after. Ta
Thanks for sharing. A useful command which will come in use in the near future.