Windows Admin Center Trusted Hosts

From Wiki.CoreyBlair.US
Jump to navigation Jump to search

When adding a host to Windows Admin center, it is required for the host to trust the Windows Admin server. Once the windows remote management service has been set to automatically start, the following command will allow any host with proper credentials passed to remotely connect and execute powershell scripts.

Set-Item WSMan:\localhost\Client\TrustedHosts -Value '*'