I've tried to install the new Windows Update Status sensor on a few Terminal Servers that are not on domains, but I get this error:
Acknowledged at 11/10/2013 5:37:38 PM by PRTG System Administrator : Connecting to remote server failed with the following error message : The WinRM client cannot process the request. Kerberos authentication cannot be used if the client computer or the destination computer are not joined to a domain. Specify a different authentication mechanism than Kerberos. For more information, see the about_Remote_Troubleshooting Help topic." |
I've checked and Basic & negotiate auth are set:
C:\Windows\system32>winrm set winrm/config/client/auth @{Negotiate="True"} Auth Basic = true Digest = true Kerberos = true Negotiate = true Certificate = true CredSSP = false
and I believe TrustedHosts is set correctly:
C:\Windows\system32>winrm set winrm/config/client @{TrustedHosts="Localhost, 127 .0.0.1, SRV-RIAS01, 10.1.1.100"} Client NetworkDelayms = 5000 URLPrefix = wsman AllowUnencrypted = false Auth Basic = true Digest = true Kerberos = true Negotiate = true Certificate = true CredSSP = false DefaultPorts HTTP = 5985 HTTPS = 5986 TrustedHosts = Localhost, 127.0.0.1, SRV-RIAS01, 10.1.1.100
I've set the Windows Credentials, and the probe is on the same host as the target.
Any assistance would be appreciated.
Regards,
Scott
Add comment