⚠️ CRITICAL: Each troubleshooting step must be performed on the correct server as indicated:
Applications Manager Server: Steps performed while configuring monitors or testing connectivity Remote Windows Server: Steps performed on the server being monitored or to be monitored to verify configurationsEach step below clearly indicates where it should be performed. Pay close attention to these indicators to avoid configuration errors.
📍 Perform on: Applications Manager Server (while configuring or editing the Windows monitor credentials)
Ensure that the monitoring credentials are specified in the correct format.
If the target server is joined to a domain, specify the username in the following format:
DOMAIN\Username
Example:
CORP\Administrator
Where:
CORP is the domain nameAdministrator is the usernameIf the target server is part of a workgroup, specify the username in the following format:
MachineName\Username
Example:
WIN-SERVER-01\Administrator
Note: MachineName refers to the computer name of the target Windows server.To identify the domain or computer name: Navigate to: Control Panel → User Accounts → User Accounts
📍 Perform on: Remote Windows Server (the server being monitored or to be monitored)
Ensure that the following services are running on the target server.
Recommendation: Configure their Startup Type as Automatic.📍 Perform on: Remote Windows Server
Open an elevated Command Prompt on the target server and execute the following commands:
netsh advfirewall firewall set rule group="Windows Remote Management" new enable=yes
netsh advfirewall firewall set rule group="Windows Management Instrumentation (WMI)" new enable=yesnetsh advfirewall firewall set rule group="Remote Administration" new enable=yes
No rules match the specified criteria
netsh firewall set service remoteadmin enable
📍 Perform on: Applications Manager Server
This verifies that the Applications Manager server can establish a remote WMI connection to the target server.
\\hostname\root\cimv2
\\ipaddress\root\cimv2C:\Windows\System32\drivers\etc\hosts0x80070005 (Access Denied)0x80041003 (Access Denied)dcomcnfgComponent Services → Computerswmimgmt.mscWMI Control → Properties → Securitygpedit.mscComputer Configuration → Windows Settings → Security Settings → Local Policies → User Rights AssignmentRecommendation: For Windows monitoring through WMI mode, it is recommended to use an account with local Administrator privileges.
Non-Administrator Accounts: If using a non-administrator account, ensure that all the required DCOM permissions, WMI namespace permissions, and User Rights Assignment settings are configured correctly. Refer to the following KB articles for detailed configuration steps: