Connecting to a computer via IP address
Add a period, (.) to the end of the IP address when making any query. This forces WMI to go through DNS resolution. Example: winmgmts:{impersonationLevel=impersonate}!\\192.168.1.123.\root\cimv2 In the SolarWinds.APM.Probes.dll.config file: [WmiSettings Retries=”3″ WaitToRetry=”0:00:10″ ConnectOptions=”BothAutoCorrectedFirst” DoReverseLookupWhenFailed=”true”/] Retries – number of retries when trying to connect using WMI. Replaces old [add key=”WMI.Monitor.Retries” value=”3″/] WaitToRetry – interval between retry […]