Quantcast
Channel: PowerShell – Technical Blog
Viewing all articles
Browse latest Browse all 13

Enable PowerShell Remoting with Client Outside of Server’s Domain (Trusted Host and Double Hop Issue)

$
0
0
To enable remote powershelling with servers not in the same domain as the client machine you will need to perform the following steps: Note: Do not allow unencrypted communication for internet use. On the client PC type: PS c:\users\root> cd wsman:localhost\Client PS WSMan:\localhost\Client> Set-Item AllowUnencrypted -Value $true -force PS WSMan:\localhost\Client> Set-Item TrustedHosts -Value * -force On the server PC […]

Viewing all articles
Browse latest Browse all 13

Trending Articles