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 […]
