Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources: Active Threads
Viewing all articles
Browse latest Browse all 8411

PowerShell 3.0 Remoting vs PS 2.0

$
0
0

For the past few months I've been using PowerShell 2.0 with Remoting set up through Group Policy. Recently, the Microsoft Management Framework 3.0 came out as an optional update. We sent that update to our systems. Now when I want to get on to a remote computer I'm getting

[MACHINENAME] Connecting to remote server MACHINENAME failed with the following error message : The WS-Management
service cannot process the request. Cannot find the Microsoft.PowerShell session configuration in the WSMan: drive on
the MACHINENAME computer. For more information, see the about_Remote_Troubleshooting Help topic.
    + CategoryInfo          : OpenError: (MACHINENAME:String) [], PSRemotingTransportException
    + FullyQualifiedErrorId : InvalidResourceUri,PSSessionStateBroken

 

Does PS 3.0 change the way Remoting works? I can still remote to PS 2.0 computers. I haven't done a lot of looking into this yet since it's FRIDAY.


Viewing all articles
Browse latest Browse all 8411

Trending Articles