mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 09:12:46 +01:00
fix: update default auditing values in WELA.ps1
This commit is contained in:
16
WELA.ps1
16
WELA.ps1
@@ -578,7 +578,7 @@ function GuideYamatoSecurity
|
|||||||
"Other Account Management Events",
|
"Other Account Management Events",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"Success",
|
"No Auditing",
|
||||||
"Success and Failure",
|
"Success and Failure",
|
||||||
"Low",
|
"Low",
|
||||||
""
|
""
|
||||||
@@ -614,7 +614,7 @@ function GuideYamatoSecurity
|
|||||||
"User Account Management",
|
"User Account Management",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"No Auditing",
|
"Success",
|
||||||
"Success and Failure",
|
"Success and Failure",
|
||||||
"Low",
|
"Low",
|
||||||
""
|
""
|
||||||
@@ -1815,7 +1815,7 @@ function GuideASD {
|
|||||||
"Other Account Management Events",
|
"Other Account Management Events",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"Success",
|
"No Auditing",
|
||||||
"Success and Failure",
|
"Success and Failure",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@@ -1851,7 +1851,7 @@ function GuideASD {
|
|||||||
"User Account Management",
|
"User Account Management",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"No Auditing",
|
"Success",
|
||||||
"Success and Failure",
|
"Success and Failure",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@@ -3052,7 +3052,7 @@ function GuideMSC {
|
|||||||
"Other Account Management Events",
|
"Other Account Management Events",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"Success",
|
"No Auditing",
|
||||||
"Success",
|
"Success",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@@ -3088,7 +3088,7 @@ function GuideMSC {
|
|||||||
"User Account Management",
|
"User Account Management",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"No Auditing",
|
"Success",
|
||||||
"Success",
|
"Success",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@@ -4289,7 +4289,7 @@ function GuideMSS {
|
|||||||
"Other Account Management Events",
|
"Other Account Management Events",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"Success",
|
"No Auditing",
|
||||||
"Success and Failure",
|
"Success and Failure",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
@@ -4325,7 +4325,7 @@ function GuideMSS {
|
|||||||
"User Account Management",
|
"User Account Management",
|
||||||
$auditpol[$guid],
|
$auditpol[$guid],
|
||||||
[array]$rules,
|
[array]$rules,
|
||||||
"No Auditing",
|
"Success",
|
||||||
"Success and Failure",
|
"Success and Failure",
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
|
|||||||
Reference in New Issue
Block a user