I have a test Network that I’m using for Network Administration training. I am trying to initiate a PS session on a non-domain connected computer. The computer is on the network and it’s getting an IP address from DHCP. I was able to remote into the computer from my domain controller using RDP.
\nwhen I run this command, I receive this error:<\/p>\n
PS C:\\Windows\\system32> Enter-PSSession -ComputerName photonics06 -Authentication Basic -Credential photonics-dc04\\admin1
\nEnter-PSSession : Connecting to remote server photonics06 failed with the following error message : The
\nWinRM client cannot process the request. Unencrypted traffic is currently disabled in the client
\nconfiguration. Change the client configuration and try the request again. For more information, see the
\nabout_Remote_Troubleshooting Help topic.
\nAt line:1 char:1<\/p>\n
+ CategoryInfo : InvalidArgument: (photonics06:String) [Enter-PSSession], PSRemotingTransportEx \n ception\n + FullyQualifiedErrorId : CreateRemoteRunspaceFailed\n\n\n\n<\/code><\/pre>\n<\/li>\n<\/ul>\n
Advertisement
Any assistance will be appreciated.
\nThank you.<\/p>","upvoteCount":4,"answerCount":15,"datePublished":"2025-06-19T16:03:23.436Z","author":{"@type":"Person","name":"acenyc","url":"https://community.spiceworks.com/u/acenyc"},"suggestedAnswer":[{"@type":"Answer","text":"
I have a test Network that I’m using for Network Administration training. I am trying to initiate a PS session on a non-domain connected computer. The computer is on the network and it’s getting an IP address from DHCP. I was able to remote into the computer from my domain controller using RDP.
\nwhen I run this command, I receive this error:<\/p>\n
PS C:\\Windows\\system32> Enter-PSSession -ComputerName photonics06 -Authentication Basic -Credential photonics-dc04\\admin1
\nEnter-PSSession : Connecting to remote server photonics06 failed with the following error message : The
\nWinRM client cannot process the request. Unencrypted traffic is currently disabled in the client
\nconfiguration. Change the client configuration and try the request again. For more information, see the
\nabout_Remote_Troubleshooting Help topic.
\nAt line:1 char:1<\/p>\n
\n- Enter-PSSession -ComputerName photonics06 -Authentication Basic -Cred …<\/li>\n
- \n
+ CategoryInfo : InvalidArgument: (photonics06:String) [Enter-PSSession], PSRemotingTransportEx \n ception\n + FullyQualifiedErrorId : CreateRemoteRunspaceFailed\n\n\n\n<\/code><\/pre>\n<\/li>\n<\/ul>\nAny assistance will be appreciated.
\nThank you.<\/p>","upvoteCount":4,"datePublished":"2025-06-19T16:03:23.496Z","url":"https://community.spiceworks.com/t/help-running-pssession-on-non-domain-connected-computer/1216727/1","author":{"@type":"Person","name":"acenyc","url":"https://community.spiceworks.com/u/acenyc"}},{"@type":"Answer","text":"
How are you attempting to authenticate the PS session? If it’s not on the domain, a domain admin won’t be able to. Launch PS as admin with the local admin account, see if that changes things? There’s also likely a lot of security around PS baked into the domain’s policies that will be missing or heightened on the stand-alone machine.<\/p>","upvoteCount":0,"datePublished":"2025-06-19T16:16:37.563Z","url":"https://community.spiceworks.com/t/help-running-pssession-on-non-domain-connected-computer/1216727/2","author":{"@type":"Person","name":"Jay-Updegrove","url":"https://community.spiceworks.com/u/Jay-Updegrove"}},{"@type":"Answer","text":"
it appears you are trying to connect to 6 with an account from 4. 6 has no clue to the users on 4.<\/p>","upvoteCount":1,"datePublished":"2025-06-19T16:22:48.136Z","url":"https://community.spiceworks.com/t/help-running-pssession-on-non-domain-connected-computer/1216727/3","author":{"@type":"Person","name":"GDaddy","url":"https://community.spiceworks.com/u/GDaddy"}},{"@type":"Answer","text":"
Thank you for you’re assistance. I am a total beginner. Can you clarify what you mean when you say connect to six with an account from four?
\nThank you.<\/p>","upvoteCount":1,"datePublished":"2025-06-19T16:40:34.941Z","url":"https://community.spiceworks.com/t/help-running-pssession-on-non-domain-connected-computer/1216727/4","author":{"@type":"Person","name":"acenyc","url":"https://community.spiceworks.com/u/acenyc"}},{"@type":"Answer","text":"
Do you mean the PowerShell version I’m using? This is the version number
\n5.1.20348.2849<\/p>","upvoteCount":1,"datePublished":"2025-06-19T16:42:51.657Z","url":"https://community.spiceworks.com/t/help-running-pssession-on-non-domain-connected-computer/1216727/5","author":{"@type":"Person","name":"acenyc","url":"https://community.spiceworks.com/u/acenyc"}},{"@type":"Answer","text":"
I think I got it working.
\nThanks a lot guys.<\/p>","upvoteCount":1,"datePublished":"2025-06-19T16:51:23.331Z","url":"https://community.spiceworks.com/t/help-running-pssession-on-non-domain-connected-computer/1216727/6","author":{"@type":"Person","name":"acenyc","url":"https://community.spiceworks.com/u/acenyc"}},{"@type":"Answer","text":"
Please be sure to come back with your solution for future users!<\/p>","upvoteCount":0,"datePublished":"2025-06-19T16:54:47.371Z","url":"https://community.spiceworks.com/t/help-running-pssession-on-non-domain-connected-computer/1216727/7","author":{"@type":"Person","name":"Jay-Updegrove","url":"https://community.spiceworks.com/u/Jay-Updegrove"}},{"@type":"Answer","text":"
These instructions worked.<\/p>\n