Powershell Remote Access
Revision as of 15:05, 14 June 2017 by Michael.mast (talk | contribs)
enable-psremoting -force winrm set winrm/config/client '@{TrustedHosts="machineA,machineB"}'
enable-psremoting -force winrm set winrm/config/client '@{TrustedHosts="machineA,machineB"}'