Import Exchange Server Snap-In To PowerShell

This blog post will show you how load Exchange Server Snap-In to PowerShell using a very simple and short cmdlet.

To Import All Exchange Server Snap-Ins to Windows PowerShell type:

Add-PSSnapin *exchange*


by