To connect to Exchange and use powershell use this command:
1 2 |
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://ExchangeServer.DOMAIN.LOCAL/PowerShell/ -Authentication Kerberos Import-PSSession $Session |
Leave a Reply