Tag: PowerShell

Latest Articles

Managing Diagnostic Logging with Exchange Server 2007

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 […]

February 23, 2009

EMS – Creating Email Address Policies for branch offices

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 […]

April 24, 2008

EMS – Check your Exchange Server 2007 services

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 […]

March 2, 2008

EMS – Exchange Server 2007 Product Keys

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 […]

February 29, 2008

Microsoft Exam 70-236: Exchange Server 2007 Configuration (MCTS)

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 […]

October 2, 2007