How to Move Exchange Mailboxes in a Text File using PowerShell
This tutorial demonstrates how to use a text file with a list of mailbox names as the input for an Exchange Server 2007 or 2010 mailbox migration using PowerShell.
This tutorial demonstrates how to use a text file with a list of mailbox names as the input for an Exchange Server 2007 or 2010 mailbox migration using PowerShell.
For an Exchange administrator there are a lot of different situations in which they may need to know how many mailboxes are in the organization. Fortunately this is made easy in Exchange Server 2010 with a few simple PowerShell commands.
In Exchange Server 2003 the last logon time for a mailbox was visible in the Exchange System Manager. For Exchange Server 2007 and 2010 the last logon time was removed from the Exchange Management Console, and so we need to use a differnet method to find this information.
Exchange Server 2010 treats some object attributes differently than Exchange Server 2003. The most common issue that this causes is invalid aliases on mailbox users.
In this tutorial I show you how to use recipient filters to exclude Mail User objects from a Global Address List.
How to modify the recipient filter of the default Global Address List in an Exchange Server 2010 organization.
During a transition from Exchange Server 2007 to Exchange Server 2010 you may encounter an error removing a Public Folder Database from the Exchange 2007 server.
How to use the Exchange Management Shell to enter the product key for new Exchange Servers.
How to configure the domain controller for shell cmdlets to use during Exchange Management Shell sessions on Exchange Server 2010.
How to configure the domain controller for shell cmdlets to use during Exchange Management Shell sessions.
For those familiar with the GUI interface for Exchange Server 2003 diagnostic logging the new Exchange Server 2007 diagnostic logging cmdlets might seem a little daunting at first. But with a little PowerShell understanding they become much easier to manage. Lets take a look at a few examples. First of all the two shell cmdlets […]
In some companies different departments or branch offices require different primary SMTP addresses. You can configure these for users with Email Address Policies. In this example the company wants all users to have an @company.com address, but each branch office’s users have a primary email address representing that branch. First we must make sure each […]