aws ssm describe-patch-properties --operating-system WINDOWS --property MSRC_SEVERITY
{
"Properties": [
{
"Name": "Critical"
},
{
"Name": "Important"
},
{
"Name": "Low"
},
{
"Name": "Moderate"
},
{
"Name": "Unspecified"
}
]
}
aws ssm describe-patch-properties --operating-system WINDOWS --property CLASSIFICATION
{
"Properties": [
{
"Name": "CriticalUpdates"
},
{
"Name": "DefinitionUpdates"
},
{
"Name": "Drivers"
},
{
"Name": "FeaturePacks"
},
{
"Name": "SecurityUpdates"
},
{
"Name": "ServicePacks"
},
{
"Name": "Tools"
},
{
"Name": "UpdateRollups"
},
{
"Name": "Updates"
},
{
"Name": "Upgrades"
}
]
}
0 people found this article useful
0 people found this article useful