diff --git a/WELAVerboseSecAudit.psm1 b/WELAVerboseSecAudit.psm1 index fcb70db9..0aa196db 100644 --- a/WELAVerboseSecAudit.psm1 +++ b/WELAVerboseSecAudit.psm1 @@ -237,7 +237,6 @@ System $msgLines = $msg -split "`n" foreach ($line in $msgLines) { if ($line -match '.*disabled.*\(') { - Write-Host $line -ForegroundColor Red $parts = $line -split '(disabled.*\))' foreach ($part in $parts) { if ($part -match '.*disabled.*$') {