secedit_state
Configure and audit system security.
⚙️ Compatible targets: Windows
Parameters
| Name | Documentation |
|---|---|
| data | JSON object containing the security configuration to apply. This parameter is required. |
Outcome conditions
You need to replace ${data} with its actual canonified value.
- ✅ Ok:
secedit_state_${data}_ok- ☑️ Already compliant:
secedit_state_${data}_kept - 🟨 Repaired:
secedit_state_${data}_repaired
- ☑️ Already compliant:
- ❌ Error:
secedit_state_${data}_error
Example
method: secedit_state
params:
data: VALUE
Documentation
TODO