From 5aaee87121d6e20bc092752f7eb2e3f16e5b719c Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Thu, 13 Mar 2025 23:50:34 +0900 Subject: [PATCH] update --- WELA.ps1 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/WELA.ps1 b/WELA.ps1 index efc7e2ac..7c9c7e0a 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -13,14 +13,7 @@ $logo = @" "@ -foreach ($line in $logo -split "`n") { - foreach ($char in $line.tochararray()) { - if ($([int]$char) -le 9580 -and $([int]$char) -ge 9552) { - Write-host -ForegroundColor Green $char -NoNewline - } - } - Write-Host "" -} +Write-Host $logo -ForegroundColor Green $auditpolOutput = Get-Content -Path $outputFilePath $filteredOutput = $auditpolOutput | Select-String -NotMatch "No Auditing"