diff --git a/docs/docs/reference/windows/CheckWMI.md b/docs/docs/reference/windows/CheckWMI.md index 997ad24cf..defb08e68 100644 --- a/docs/docs/reference/windows/CheckWMI.md +++ b/docs/docs/reference/windows/CheckWMI.md @@ -3,6 +3,17 @@ Check status via WMI +## Enable module + +To enable this module and therefore the `check_wmi` check command, add `CheckWMI = 1` to the `[/modules]` section in nsclient.ini: + +``` +[...] +; Modules +[/modules] +CheckWMI = 1 +[...] +``` ## Queries