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
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
Leave a Reply