Hello Folks -
I'm having an issue in my enviroment where systems running Windows XP do not accept remoting requests and spit out the "access denied" error.
invoke-command -Computername CQuitoriano -Scriptblock {Get-Process}
[cquitoriano] Connecting to remote server failed with the following error message : Access is denied.
ion, see the about_Remote_Troubleshooting Help topic.
+ CategoryInfo : OpenError: (:) [], PSRemotingTransportException
+ FullyQualifiedErrorId : PSSessionStateBroken
The user account i'm authenticating with is part of the domain admins group which is part of the local admin group on the target machine. I've gone through and setup remoting as per the guide.We have applied update KB968930 (WinMGT) framework via WSUS, configured the listener through group policy, and taken the following steps:
1. Ran Enable-PSRemoting on the client machine
2. Set the trustedhosts to "*" on my machine and the client
3. Verified that port 5985 is open (and even turned the firewall off during a test)
4. Confirmed The session configuration is the default microsoft.powershell and is setup for BUILTIN\Administrators AccessAll
The strange thing is I took another test box and completely re-installed XP, Installed the WinMGT framework, configured remoting, and THEN joined it to the domain. This system was able to recieve remote commands without issue.
Any ideas?
Thanks!!