PowerShell examples
Move all mailboxes from Server1 to a target database on Server2. Get-Mailbox -Server Server1 | Move-Mailbox -TargetDatabase Server2Executives Get all users from the OU "Gemigreerde Accounts" who don't have UMRAMAILBOXMIGRATED in their Notes attribute and disconnect the mailbox from the user object.
Lees meer