Hello,
I have problems when I try to connect using remote shell, I am using this command:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://server.dominio/powershell/ -Credential $UserCredential -Authentication Basic -AllowRedirection
And this is the error:
Error connecting to remote server . Error message: The WinRM client sent a request HTTP server and got a response saying the requested HTTP URL was not available. This is usually the response from a HTTP server that does not support the WS-Management protocol.
+ CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotingTransportException+ FullyQualifiedErrorId : URLNotAvailable,PSSessionOpenFailed
Please somebody Help me
- Edited by Gilberto Villa Wednesday, May 13, 2015 10:58 PM