Update enforce-windows-defender-application-control-policies.md

This commit is contained in:
jsuther1974
2021-04-25 12:05:04 -07:00
committed by GitHub
parent 08abc8ff4a
commit 8c2cd5222b

View File

@ -106,6 +106,7 @@ Since the enforced policy was given a unique PolicyID in the previous procedure,
$EnforcedSuppPolicyBinary = $env:USERPROFILE+"\Desktop\"+$SupplementalPolicyName+"_"+$SupplementalPolicyID+".xml" $EnforcedSuppPolicyBinary = $env:USERPROFILE+"\Desktop\"+$SupplementalPolicyName+"_"+$SupplementalPolicyID+".xml"
ConvertFrom-CIPolicy $EnforcedSupplementalPolicy $EnforcedSuppPolicyBinary ConvertFrom-CIPolicy $EnforcedSupplementalPolicy $EnforcedSuppPolicyBinary
``` ```
4. Repeat the steps above if you have other supplemental policies to update.
## Deploy your enforced policy and supplemental policies ## Deploy your enforced policy and supplemental policies