Find IIS URL settings for AppInsight for IIS
By default, AppInsight for IIS uses the following URL for the IIS and WinRM sessions, where ${IP}
is the IP address of the server node being added: https://${IP}:5986/wsman/
Verify a server's WinRM PowerShell instance
- Open a command prompt in the Run as Administrator context.
-
Type:
winrm get winrm/config/listener?Address=*+Transport=HTTPS
to get the current configuration for the HTTPS protocol.
-
The Hostname must match the CN of the certificate listed in the Certificate Thumbprint property.