Welcome to TechNet Blogs Sign in | Join | Help

Browse by Tags

All Tags » exchange 2007   (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...
As you no doubt know by now, Exchange 2007 introduces different types of clustering. It still retains the traditional Single Copy cluster where all data is stored in a central location (i.e. SAN). It also introduces the concept of Cluster Continuous Replication, 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...
Now that you have been working with Exchange 2007 for a while, you may notice that in the Exchange Management Console, there are a few new things that you see. One of these is that when you look at objects, you now see a column labeled Recipient Type Read More...
 
Page view tracker