This commit is contained in:
fukusuket
2025-03-16 19:28:14 +09:00
parent a2a702c91c
commit a782842fc5

View File

@@ -101,6 +101,7 @@ function ShowRulesCountsByLevel {
Write-Host "$($_.Level) rules: $($_.UsableCount) / $($_.TotalCount) ($($_.Percentage)%)" -ForegroundColor $color Write-Host "$($_.Level) rules: $($_.UsableCount) / $($_.TotalCount) ($($_.Percentage)%)" -ForegroundColor $color
} }
Write-Output "" Write-Output ""
Write-Output ""
} }
function Test-IsAdministrator { function Test-IsAdministrator {