windows_hotfix_present

Ensure that a specific windows hotfix is present from the system.

⚙️ Compatible targets: Windows

Parameters

NameDocumentation
hotfixWindows hotfix name (ex: KB4033369).

This parameter is required.
package_pathWindows hotfix package absolute path, can be a .msu archive or a .cab file.

This parameter is required.

Example

method: windows_hotfix_present
params:
  hotfix: VALUE
  package_path: VALUE

Documentation

Ensure that a specific windows hotfix is present from the system.