windows_component_present
Ensure that a specific windows component is present on the system.
⚙️ Compatible targets: Windows
Parameters
| Name | Documentation |
|---|---|
| component | Windows component name. This parameter is required. |
Outcome conditions
You need to replace ${component} with its actual canonified value.
- ✅ Ok:
windows_component_present_${component}_ok- ☑️ Already compliant:
windows_component_present_${component}_kept - 🟨 Repaired:
windows_component_present_${component}_repaired
- ☑️ Already compliant:
- ❌ Error:
windows_component_present_${component}_error
Example
method: windows_component_present
params:
component: VALUE
Documentation
Ensure that a specific windows component is present on the system.