Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
$user = Get-Credential
$session = New-PSSession -Configurationname Microsoft.Exchange –ConnectionUri https://servername/powershell -Credential $user
Import-PSSession $session