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 }