Skip to content

Loading the Exchange 2010 command line tools into PowerShell

A very quick post today because I keep forgetting this command.  If you want to manage Exchange 2010 from the PowerShell command line you need to load the tools into your environment with this line:

Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010

Here’s a great post on connecting to a remote Exchange Server with PowerShell and setting up your profile to do this stuff automagically.