The Windows PowerShell snap-in 'Microsoft.Exchange.Management.Pow erShell.e2013' is not installed on this machine

I've got a new installation of Exchange 2013 that is already in production, and I'm writing a C# application using the powershell snap-in to perform some basic tasks.  I have the application working a previous version of exchange, but when running it on the 2013 server, I receive the error:

The Windows PowerShell snap-in 'Microsoft.Exchange.Management.PowerShell.e2013' is not installed on this machine.

I've seen threads similar to this one suggesting that it did not get installed with the management tools (I did not perform the installation myself), but I've yet to find a solution.  Where can I get this module, and how would I install it? 

Thanks in advance



May 31st, 2013 9:54pm

Hi,
To load the Exchange 2013 Snapin, the command it:
Add-PSSnapin Microsoft.Exchange.Management.PowerShell.SnapIn

...but you should know that its only supported to use it when configuring Transport Agents.
See: http://technet.microsoft.com/en-us/library/jj150489.aspx


This will also work:
Add-PSsnapin Microsoft.Exchange.Management.PowerShell.E2010

The supported and recommended way is to use Remote Powershell as described here: http://technet.microsoft.com/en-us/library/dd335083(v=exchg.150).aspx

Free Windows Admin Tool Kit Click here and download it now
June 7th, 2013 7:58am

Saludos , esto me salvo el puesto muchas gracias
July 6th, 2013 12:08pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics