From c21700572e262163831125c7bcbc9b1851a61563 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Wed, 2 Apr 2025 09:13:40 +0900 Subject: [PATCH] feat: verbose security --- WELAVerboseSecAudit.psm1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WELAVerboseSecAudit.psm1 b/WELAVerboseSecAudit.psm1 index 5cc962b3..da45ff3a 100644 --- a/WELAVerboseSecAudit.psm1 +++ b/WELAVerboseSecAudit.psm1 @@ -244,6 +244,8 @@ System # } # } # Write-Host "" + } elseif ($line -match '.*enabled.*') { + Write-Host $line -ForegroundColor Green } else { Write-Host $line }