WinRM Services Configuration
Use Domain Group Policy to apply these settings to multiple windows machines.
If configuring manually run the following commands on each monitored machine:
Make sure WinRM is enabled
Run the following command:
winrm quickconfig
Â
Enable "AllowUnencrypted"
Run the following command:
winrm set winrm/config/service @{AllowUnencrypted="true"}
Â
Add Gateway host to WinRM trusted hosts
Run the following command:
winrm set winrm/config/client @{TrustedHosts="<Gateway Host 1>,<Gateway Host 2>,..."}
Â
Please make sure the failover Gateway Host (when configured) is included
Enable Basic Authentication (Optional)Â
If the monitored Windows host is a standlone computer (not part of a Domain) the Basic authentication needs to be enabled. Run the following command:
Â
 5. Verify if WinRM is running by opening Services.msc
Â
Related articles
Do you have a question about the content on this page? E-mail us at support@itconductor.com.