diff --git a/WELAVerboseSecAudit.psm1 b/WELAVerboseSecAudit.psm1 index 5aa1ebfa..e4e44df0 100644 --- a/WELAVerboseSecAudit.psm1 +++ b/WELAVerboseSecAudit.psm1 @@ -234,7 +234,8 @@ System $msgLines = $msg -split "`n" foreach ($line in $msgLines) { if ($line -contains 'disabled') { - Write-Host -NoNewline $line -ForegroundColor Red + Write-Host $line -ForegroundColor Red + Write-Host "****" } else { Write-Host $line }