WindowsProperties interface
Windows specific update configuration.
Properties
excluded |
KB numbers excluded from the software update configuration. |
included |
KB numbers included from the software update configuration. |
included |
Update classification included in the software update configuration. A comma separated string with required values. Possible values include: 'Unclassified', 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', 'Updates' |
reboot |
Reboot setting for the software update configuration. |
Property Details
excludedKbNumbers
KB numbers excluded from the software update configuration.
excludedKbNumbers?: string[]
Property Value
string[]
includedKbNumbers
KB numbers included from the software update configuration.
includedKbNumbers?: string[]
Property Value
string[]
includedUpdateClassifications
Update classification included in the software update configuration. A comma separated string with required values. Possible values include: 'Unclassified', 'Critical', 'Security', 'UpdateRollup', 'FeaturePack', 'ServicePack', 'Definition', 'Tools', 'Updates'
includedUpdateClassifications?: WindowsUpdateClasses
Property Value
rebootSetting
Reboot setting for the software update configuration.
rebootSetting?: string
Property Value
string