mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 09:12:46 +01:00
fix: update log size message from 1 GB to 1024 MB in WELA.ps1
This commit is contained in:
2
WELA.ps1
2
WELA.ps1
@@ -5471,7 +5471,7 @@ function ConfigureAuditSettings {
|
||||
}
|
||||
if ($response -eq "" -or $response -eq "Y" -or $response -eq "y") {
|
||||
wevtutil sl $log /ms:$oneGB 2>&1 | Out-Null
|
||||
Write-Host "[OK] $log : 1 GB" -ForegroundColor Green
|
||||
Write-Host "[OK] $log : 1024 MB" -ForegroundColor Green
|
||||
} else {
|
||||
Write-Host "[SKIPPED] $log" -ForegroundColor Yellow
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user