chore: add defender policy

This commit is contained in:
2025-03-06 12:26:22 +10:00
parent 8cb347868d
commit de1b3db83c
3 changed files with 400 additions and 4 deletions

View File

@ -17,7 +17,7 @@ $JsonObject = $JsonData | ConvertFrom-Json
$FormattedJson = $JsonObject | ConvertTo-Json -Depth 10
# Write the formatted JSON string to the output file
Set-Content -Path $output -Value $FormattedJson
Set-Content -Path $export -Value $FormattedJson
remove-item $jsonfile -Force -Verbose