HI,
I am trying to connect to live@edu using powershell with following command.
Command Fired:
$SessionNew = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://pod51002psh.outlook.com/powershell
Error :
[pod51002psh.outlook.com] Connecting to remote server failed with the following error message : The WinRM client cannot process the request. The destination computer returned an empty response to the request. For more information, see the about_Remote_Troubleshooting Help topic. + CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc eption + FullyQualifiedErrorId : PSSessionOpenFailed
Can Anyone suggest me what to do with this type of errors.
I am working with following System enviornment. Win 7, default version of powershell & IIS feature Enabled.
Thanks in advance.....