Difference between revisions of "Windows Admin Center Trusted Hosts"

From Wiki.CoreyBlair.US
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 21:59, 31 May 2019

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 '*'