Logging, CLI & credentials · 12 min read · WindowsWMI

Add a Windows host via WMI

Monitor Windows Server metrics and services without installing a third-party agent.

What you'll need

  • Local administrator access on the Windows host
  • A Zynty account with Editor or Admin role
  • Network access from the collector to TCP/135 and the WMI dynamic port range
1

Create a monitoring account

Create a local (or domain) account with membership in the Performance Monitor Users and Distributed COM Users groups, full administrator rights aren't required for standard metric collection.

2

Enable WMI and DCOM access

Confirm Windows Management Instrumentation is running (it is, by default, on Windows Server), and that Windows Firewall allows WMI from your collector's IP.

# PowerShell, run as Administrator
Enable-PSRemoting -Force
New-NetFirewallRule -DisplayName "Zynty WMI" -Direction Inbound -Protocol TCP -LocalPort 135 -Action Allow
3

Add the host in Zynty

Choose WMI as the protocol and supply the domain\username and password for the monitoring account you created.

Zynty application screenshot
1
4

Confirm metrics are flowing

CPU, memory, disk and named-service status should appear within the first polling cycle (default: 60 seconds).