Link the Windows Server 2022 GC policy in the baseline
This commit is contained in:
Родитель
d0b828dab4
Коммит
e219df8ca1
|
@ -71,6 +71,10 @@
|
|||
"relativeUri": "policies/gc-windows-security-baseline-2019/policy.template.json",
|
||||
"customPolicyDefinitionName": "gc-windows-security-baseline-2019"
|
||||
},
|
||||
{
|
||||
"relativeUri": "policies/gc-windows-security-baseline-2022/policy.template.json",
|
||||
"customPolicyDefinitionName": "gc-windows-security-baseline-2022"
|
||||
},
|
||||
{
|
||||
"relativeUri": "policies/gc-windows-powershell-logging/policy.template.json",
|
||||
"customPolicyDefinitionName": "gc-windows-powershell-logging"
|
||||
|
@ -251,6 +255,17 @@
|
|||
],
|
||||
"parameters": {}
|
||||
},
|
||||
{
|
||||
"assignmentName": "gc-windows-security-baseline-2022",
|
||||
"displayName": "Enable Windows Server 2022 baseline",
|
||||
"definition": {
|
||||
"customPolicyDefinitionName": "gc-windows-security-baseline-2022"
|
||||
},
|
||||
"controls": [
|
||||
"ISM-1409-1"
|
||||
],
|
||||
"parameters": {}
|
||||
},
|
||||
{
|
||||
"assignmentName": "gc-windows-password-length",
|
||||
"displayName": "Audit Windows machines that do not restrict the minimum password length to 14 characters",
|
||||
|
|
Загрузка…
Ссылка в новой задаче