Table of Contents
- Getting Started
- Agent-Based Management
- Common Tasks
- Data Providers
- Directory Services
- Auditing
- Hosts
- Templates
- Template Properties
- Batch Update Templates
- Assign Templates
- Log Management Templates
- SCAP Compliance Monitor
- Active Directory User Monitor Templates
- File and Directory Monitor Templates
- Windows Monitor Templates
- CPU Monitor Template
- Memory Monitor Template
- Disk Space Monitor Template
- Account Lockout Monitor Template
- Audit Policy Monitor Template
- Logon As Monitor Template
- Logon Monitor Template
- Performance Counter Monitor Template
- PowerShell Template
- Process Monitor Template
- RDP Session Monitor Template
- Registry Value Monitor Template
- Service Monitor Template
- SMART Disk Monitor Template
- System Security Monitor Template
- Windows Update Template
- WMI Query Template
- Task Scheduler Template
- Clock Synchronization Template
- Defragment NTFS Disks Template
- Network and Application Monitor Templates
- SSL Certificate Monitor Templates
- Database Templates
- Email Monitor Templates
- SNMP Monitor Templates
- Windows Accounts Templates
- Monitors
- Reports
- Auto-Configurators
- Filters
- Actions
- Schedules
- Environment Variables
- Options
- SNMP
- SSH Shell
- Syslog
- System Reset
- Shared Views
- Active Directory User and Group Filters
- Assign Actions
- Assign Azure Audit Logs
- Assign Consolidated Logs
- Assign Directories
- Assign Disks
- Assign Event Logs
- Assign Files
- Assign Services
- Assign Shares
- Auto-Config Host Assignment Properties
- Define CSV and W3C Log Entry Columns
- Define Log Entry Columns
- Define Log Entry Columns with Regular Expressions
- Executable Status
- Executable Timeline
- Explicitly Assigned Logs
- File Explorer
- General Executable Properties
- Report Columns
- Report Date/Time Ranges
- Report Security Event Log Filters
- Select Folder or File
- Target Files and Sub-Directories
- Command Line Interface
- Server Configuration
- Agent Configuration
- Troubleshooting
- Terminology
Corner Bowl Server Manager
SIEM, IPS, Server Monitoring, Uptime Monitoring and Compliance Software
WMI Query Template
The WMI Query Template enables Network Administrators and ISSMs to monitor results returned from Windows Management Instrumentation (WMI). This template is typically used by ISSMs that want to scan for DISA vulnerabilities and DoD STIG compliance.
For more information, see Windows Management Instrumentation.
In this Topic
To Configure the WMI Query Template
- From the Menu Bar, select File | New. The Create New Object View displays.
- From the Create New Object View, expand Templates | Windows Monitors then select Windows Management Instrumentation (WMI). The New Template Properties View displays.
- The Template Properties view contains 4 tabs.
Options Configuration
- Use the Windows server or workstation drop-down to target a specific host while configuring this Template.
- Use the Namespace path textbox to specify the target namespace, for example:
root\cimv2
- Use the Class textbox to specify the WMI Class to call, for example:
Win32_Service
- Use the Select textbox to specify the columns to return, for example:
DisplayName
- Use the Where textbox to specify WMI filter criteria, for example:
DisplayName LIKE '%Defender%' OR DisplayName LIKE '%mcafee%' OR DisplayName LIKE '%symantec%'
- Click the Refresh
button to load available results.
- Click Load Columns to execute the WMI Query then load all key value pairs returned.
- Use the Warning and Critical triggers controls to define trigger filter criteria and value thresholds.