This entry was posted on Monday, March 31st, 2008 at 6:06 am and is filed under Powershell, WinRM. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Hello,
When try to execute
$r = New-Runspace internalComputername -cred domain\user
in Powershell gives me error
The WinRM client sent a request to an HTTP server and got a response saying the requested HTTP URL was not available. This is usually returned by a HTTP server that does not support the WS-Management protocol.
I want to know what it means and how to solve?
I have also installed powershell 2.0 and WinRM to client machine to which i am trying to connect.
Hello,
When try to execute
$r = New-Runspace internalComputername -cred domain\user
in Powershell gives me error
The WinRM client sent a request to an HTTP server and got a response saying the requested HTTP URL was not available. This is usually returned by a HTTP server that does not support the WS-Management protocol.
I want to know what it means and how to solve?
I have also installed powershell 2.0 and WinRM to client machine to which i am trying to connect.
Thanks for this…will mention in an upcoming podcast.
-hal
PowerScripting Podcast
[...] Enabling WinRM with Powershell / Get-Powershell – Don’t forget you can use Configure-WSman.ps1 to configure WinRM using PowerShell. [...]