diff --git a/WELA.ps1 b/WELA.ps1 index 453e936a..4ca020c3 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -101,6 +101,7 @@ function ShowRulesCountsByLevel { Write-Host "$($_.Level) rules: $($_.UsableCount) / $($_.TotalCount) ($($_.Percentage)%)" -ForegroundColor $color } Write-Output "" + Write-Output "" } function Test-IsAdministrator {