vsphere powershell automated shutdown script

If you need like I have in the past an automated method to shutdown your vsphere environment but do not have a bucket of cash to throw at the issue then you need to turn to scripting. Firstly I’d like to point out a couple of things. I’m no powershell guru I cobbled this powershell script together a couple of years ago to get a belt and braces approach to powercuts in an environment I waRead More…

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…