mirror of
https://github.com/Yamato-Security/WELA.git
synced 2026-04-27 23:17:52 +02:00
fix: update default auditing values in WELA.ps1
This commit is contained in:
@@ -578,7 +578,7 @@ function GuideYamatoSecurity
|
|||||||
"Other Account Management Events",
|
"Other Account Management Events",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"No Auditing",
|
"Success",
|
||||||
"Success and Failure",
|
"Success and Failure",
|
||||||
"Low",
|
"Low",
|
||||||
""
|
""
|
||||||
@@ -596,7 +596,7 @@ function GuideYamatoSecurity
|
|||||||
"Security Group Management",
|
"Security Group Management",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"No Auditing",
|
"Success",
|
||||||
"Success and Failure",
|
"Success and Failure",
|
||||||
"Low",
|
"Low",
|
||||||
""
|
""
|
||||||
@@ -1384,7 +1384,7 @@ function GuideYamatoSecurity
|
|||||||
"",
|
"",
|
||||||
$current,
|
$current,
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"Enabled",
|
"Disabled",
|
||||||
"Enabled",
|
"Enabled",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@@ -1815,7 +1815,7 @@ function GuideASD {
|
|||||||
"Other Account Management Events",
|
"Other Account Management Events",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"No Auditing",
|
"Success",
|
||||||
"Success and Failure",
|
"Success and Failure",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@@ -1833,7 +1833,7 @@ function GuideASD {
|
|||||||
"Security Group Management",
|
"Security Group Management",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"No Auditing",
|
"Success",
|
||||||
"Success and Failure",
|
"Success and Failure",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@@ -2621,7 +2621,7 @@ function GuideASD {
|
|||||||
"",
|
"",
|
||||||
$current,
|
$current,
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"Enabled",
|
"Disabled",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@@ -3052,7 +3052,7 @@ function GuideMSC {
|
|||||||
"Other Account Management Events",
|
"Other Account Management Events",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"No Auditing",
|
"Success",
|
||||||
"Success",
|
"Success",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@@ -3070,7 +3070,7 @@ function GuideMSC {
|
|||||||
"Security Group Management",
|
"Security Group Management",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"No Auditing",
|
"Success",
|
||||||
"Success",
|
"Success",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@@ -3858,7 +3858,7 @@ function GuideMSC {
|
|||||||
"",
|
"",
|
||||||
$current,
|
$current,
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"Enabled",
|
"Disabled",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@@ -4289,7 +4289,7 @@ function GuideMSS {
|
|||||||
"Other Account Management Events",
|
"Other Account Management Events",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"No Auditing",
|
"Success",
|
||||||
"Success and Failure",
|
"Success and Failure",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@@ -4307,7 +4307,7 @@ function GuideMSS {
|
|||||||
"Security Group Management",
|
"Security Group Management",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"No Auditing",
|
"Success",
|
||||||
"Success and Failure",
|
"Success and Failure",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@@ -5095,7 +5095,7 @@ function GuideMSS {
|
|||||||
"",
|
"",
|
||||||
$current,
|
$current,
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"Enabled",
|
"Disabled",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
|
|||||||
Reference in New Issue
Block a user