InputWindowsParameters interface

Input properties for patching a Windows machine.

Properties

classificationsToInclude

Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.

excludeKbsRequiringReboot

Exclude patches which need reboot

kbNumbersToExclude

Windows KBID to be excluded for patching.

kbNumbersToInclude

Windows KBID to be included for patching.

Property Details

classificationsToInclude

Classification category of patches to be patched. Allowed values are 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', and 'Updates'.

classificationsToInclude?: string[]

Property Value

string[]

excludeKbsRequiringReboot

Exclude patches which need reboot

excludeKbsRequiringReboot?: boolean

Property Value

boolean

kbNumbersToExclude

Windows KBID to be excluded for patching.

kbNumbersToExclude?: string[]

Property Value

string[]

kbNumbersToInclude

Windows KBID to be included for patching.

kbNumbersToInclude?: string[]

Property Value

string[]