Thursday, 21 August 2014

Powershell - Move Mailboxes from a text file in Exchange 2007 with Powershell


Get-Content users.txt | move-mailbox -TargetDatabase 'EXCHANGESERVERNAME\EXCH-SG-001\EXCH-MBX-001'  -Confirm:$false

No comments:

Post a Comment