feat: verbose security

This commit is contained in:
fukusuket
2025-04-03 20:37:42 +09:00
parent 2ce9a95dbf
commit 357b6e2205

View File

@@ -268,7 +268,7 @@ System
$msgLines = $msg -split "`n" $msgLines = $msg -split "`n"
foreach ($line in $msgLines) { foreach ($line in $msgLines) {
if ($line -match '.*disabled.*\(') { if ($line -match '.*disabled.*\(') {
Write-Host -$line -ForegroundColor Red Write-Host $line -ForegroundColor Red
} elseif ($line -match '.*enabled.*\(') { } elseif ($line -match '.*enabled.*\(') {
Write-Host $line -ForegroundColor Green Write-Host $line -ForegroundColor Green
} elseif ($line -match '.*No rule.*') { } elseif ($line -match '.*No rule.*') {