Skip to content

Instantly share code, notes, and snippets.

@supermarsx
Created November 6, 2023 15:58
Show Gist options
  • Save supermarsx/523b4e5e8542a5429d0fec65bd292259 to your computer and use it in GitHub Desktop.
Save supermarsx/523b4e5e8542a5429d0fec65bd292259 to your computer and use it in GitHub Desktop.
Exchange move all mailboxes from one database to another, Exchange Management Shell
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