Welcome to TechNet Blogs Sign in | Join | Help

Browse by Tags

All Tags » exchange 2007 » Powershell   (RSS)
A while back, I had promised to write another post detailing how to use Import-CSV and then run Move-Mailbox against the users in that CSV file. Well, quite a bit of time has passed since then, and getting this figured out proved a little more difficult Read More...
By now, you should be familiar with the day to day Powershell commands, so here is one that uses the foreach command. Foreach is used to loop through a given set of items (an array), and perform an action on each one. As an example, let's say that you Read More...
So you want to add a new Exchange administrator and set the scope to multiple servers, but the management shell won't allow you to do this? Here is what happens. Add-ExchangeAdministrator -identity <user> -role ServerAdmin -scope "server1","server2" Read More...
 
Page view tracker