Package version:

Interface WindowsParameters

Input for InstallPatches on a Windows VM, as directly received by the API

interface WindowsParameters {
    classificationsToInclude?: string[];
    excludeKbsRequiringReboot?: boolean;
    kbNumbersToExclude?: string[];
    kbNumbersToInclude?: string[];
    maxPatchPublishDate?: any;
}

Properties

classificationsToInclude?: string[]

The update classifications to select when installing patches for Windows.

excludeKbsRequiringReboot?: boolean

Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true.

kbNumbersToExclude?: string[]

Kbs to exclude in the patch operation

kbNumbersToInclude?: string[]

Kbs to include in the patch operation

maxPatchPublishDate?: any

This is used to install patches that were published on or before this given max published date.