windows_component_absent

Ensure that a specific windows component is absent from the system.

⚙️ Compatible targets: Windows

Parameters

NameDocumentation
componentWindows component name.

This parameter is required.

Outcome conditions

You need to replace ${component} with its actual canonified value.

  • ✅ Ok: windows_component_absent_${component}_ok
    • ☑️ Already compliant: windows_component_absent_${component}_kept
    • 🟨 Repaired: windows_component_absent_${component}_repaired
  • ❌ Error: windows_component_absent_${component}_error

Example

method: windows_component_absent
params:
  component: VALUE

Documentation

Ensure that a specific windows component is absent from the system.