InputWindowsParameters interface

Windows マシンに修正プログラムを適用するための入力プロパティ。

プロパティ

classificationsToInclude

パッチを適用するパッチの分類カテゴリ。 使用できる値は、'Critical'、'Security'、'UpdateRollup'、'FeaturePack'、'ServicePack'、'Definition'、'Tools'、'Updates' です。

excludeKbsRequiringReboot

再起動が必要なパッチを除外する

kbNumbersToExclude

修正プログラムを適用するために除外する Windows KBID。

kbNumbersToInclude

修正プログラムを適用するために含める Windows KBID。

プロパティの詳細

classificationsToInclude

パッチを適用するパッチの分類カテゴリ。 使用できる値は、'Critical'、'Security'、'UpdateRollup'、'FeaturePack'、'ServicePack'、'Definition'、'Tools'、'Updates' です。

classificationsToInclude?: string[]

プロパティ値

string[]

excludeKbsRequiringReboot

再起動が必要なパッチを除外する

excludeKbsRequiringReboot?: boolean

プロパティ値

boolean

kbNumbersToExclude

修正プログラムを適用するために除外する Windows KBID。

kbNumbersToExclude?: string[]

プロパティ値

string[]

kbNumbersToInclude

修正プログラムを適用するために含める Windows KBID。

kbNumbersToInclude?: string[]

プロパティ値

string[]