feat: check size setting

This commit is contained in:
fukusuket
2025-04-17 23:57:48 +09:00
parent d87a05bb00
commit 1a94a1be24

View File

@@ -1471,6 +1471,8 @@ function AuditFileSize {
}
$results | Format-Table -AutoSize
$results | Export-Csv -Path "WELA-FileSize-Result.csv" -NoTypeInformation
Write-Host "Audit file size result saved to: WELA-FileSize-Result.csv"
}