This commit is contained in:
fukusuket
2025-03-13 23:53:20 +09:00
parent 6ded083d6a
commit 7ff2a20e07

View File

@@ -1,5 +1,6 @@
# Set the console encoding to UTF-8
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
$PSDefaultParameterValues['Out-File:Encoding'] = 'utf8'
# Step 1: Run the auditpol command using cmd.exe and redirect its output to a file
$outputFilePath = "auditpol_output.txt"