chore: add defender policy
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user