Windows Admin Center Trusted Hosts

From Wiki.CoreyBlair.US
Revision as of 21:59, 31 May 2019 by Corey (talk | contribs) (Created page with "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 automatic...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 '*'