mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 17:22:50 +01:00
fix: remove unnecessary output for AD CS AuditFilter configuration in WELA.ps1
This commit is contained in:
2
WELA.ps1
2
WELA.ps1
@@ -5893,8 +5893,6 @@ function ConfigureAuditSettings {
|
|||||||
|
|
||||||
# AD CS AuditFilter の設定
|
# AD CS AuditFilter の設定
|
||||||
Write-Host "Configuring AD CS Audit Settings..."
|
Write-Host "Configuring AD CS Audit Settings..."
|
||||||
Write-Host ""
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$installed = (Get-WindowsFeature -Name AD-Certificate).InstallState -eq "Installed"
|
$installed = (Get-WindowsFeature -Name AD-Certificate).InstallState -eq "Installed"
|
||||||
} catch {
|
} catch {
|
||||||
|
|||||||
Reference in New Issue
Block a user