All Tags »
PowerShell »
Exchange
Sorry, but there are no more tags available to filter with.
-
Recently, while doing a migration between Exchange 2007 servers, I needed to find out the size of the mailboxes so I could distribute the transfer load to off hours. PowerShell to the rescue.
There is a lot to this one liner, but you can customize it for your use. Get-Content "c:\data\users-to-move.txt" ...