Created
November 6, 2023 15:58
-
-
Save supermarsx/523b4e5e8542a5429d0fec65bd292259 to your computer and use it in GitHub Desktop.
Exchange move all mailboxes from one database to another, Exchange Management Shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-Mailbox -Database ORIGINDATABASE -ResultSize Unlimited | New-MoveRequest -TargetDatabase TARGETDATABASE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment