diff --git a/WELA.ps1 b/WELA.ps1 index 2477510e..d07c96d6 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -5893,8 +5893,6 @@ function ConfigureAuditSettings { # AD CS AuditFilter の設定 Write-Host "Configuring AD CS Audit Settings..." - Write-Host "" - try { $installed = (Get-WindowsFeature -Name AD-Certificate).InstallState -eq "Installed" } catch {