Exchange 2010 – PowerShell from another PC

Posted by robd on June 24, 2016
exchange 2010, powershell

To connect to Exchange and use powershell use this command:

 

$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://ExchangeServer.DOMAIN.LOCAL/PowerShell/ -Authentication Kerberos
Import-PSSession $Session

Tags: ,

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.