Enforce specific rules
To configure CEM to enforce only specific rules, use
the only
key.
Use a configuration that is similar to the following example:
# control-repo/data/nodes/winserv2019.contoso.com.yaml
---
cem_windows::framework: 'cis'
cem_windows::config:
profile: 'member_server'
level: '1'
only:
- 'c18_9_97_1_1'
- 'c18_9_97_1_2'