Unable to Modify Default Global Address List
How to modify the recipient filter of the default Global Address List in an Exchange Server 2010 organization.
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 […]
One of the enhancements to Exchange Server 2007 with Service Pack 1 is the ability to view public folders when logged in to Outlook Web Access. When an Exchange Server 2007 mailbox user attempts to open a public folder they may see the following information in the OWA window. This will appear if the public […]
A sample PowerShell script for automating creation of Exchange Server 2007 storage groups and mailbox databases.
Thanks to the Exchange Management Shell you can check the status of your Exchange Server 2007 services with a single command line. [PS] C:\>Get-Service | Where {$_.Name -match "Exchange"} Status DisplayName ------ ----------- Running Microsoft Exchange Active Directory... Running Microsoft Exchange Anti-spam Update Running Microsoft Exchange EdgeSync Running Microsoft Exchange File Distribution Stopped Microsoft Exchange […]
Exchange Server 2007 permits you to install the product and use it for 120 days in trial mode without entering a product key. If you intend to use your system in production you should enter your Exchange Server 2007 product key within that 120 day period (preferably before your system goes into production). You can […]
This page contains Amazon affiliate links. If you make a purchase through one of these links, I earn a small commission at no extra cost to you. This morning I sat and passed the 70-236 exam from Microsoft, which is titled TS: Exchange Server 2007, Configuring. Passing this exam earns you MCTS: Microsoft Exchange Server […]