Moving exchange mailboxes with powershell EMS

To move a single exchange 2007 mailbox within powershell from one database to another you would use the following command. Move-mailbox –identity “%username%” –targetdatabase “%DB%”
This would be the equivalent of right clicking on a user object with the exchange console and choosing move mailbox. However the real power of powershell comes into play when you want to move multiple mailRead More…