mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Merge pull request #1480 from MicrosoftDocs/isbrahm-patch-1
Correct WDAC multiple policy misinformation
This commit is contained in:
commit
4f8a56308f
@ -67,10 +67,9 @@ Add-SignerRule -FilePath <string> -CertificatePath <string> [-Kernel] [-User] [-
|
|||||||
|
|
||||||
### Supplemental Policy Creation
|
### Supplemental Policy Creation
|
||||||
|
|
||||||
In order to create a supplemental policy, begin by creating a new policy in the Multiple Policy Format. From there, use Set-CIPolicyIdInfo to convert it to a supplemental policy and specify which base policy it expands.
|
In order to create a supplemental policy, begin by creating a new policy in the Multiple Policy Format. From there, use Set-CIPolicyIdInfo to convert it to a supplemental policy and specify which base policy it expands. You can use either SupplementsBasePolicyID or BasePolicyToSupplementPath to specify the base policy.
|
||||||
- "SupplementsBasePolicyID":
|
- "SupplementsBasePolicyID": GUID of base policy that the supplemental policy applies to
|
||||||
of new supplemental policy
|
- "BasePolicyToSupplementPath": path to base policy file that the supplemental policy applies to
|
||||||
- "BasePolicyToSupplementPath": base policy that the supplemental policy applies to
|
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
Set-CIPolicyIdInfo [-FilePath] <string> [-PolicyName <string>] [-SupplementsBasePolicyID <guid>] [-BasePolicyToSupplementPath <string>] [-ResetPolicyID] [-PolicyId <string>] [<CommonParameters>]
|
Set-CIPolicyIdInfo [-FilePath] <string> [-PolicyName <string>] [-SupplementsBasePolicyID <guid>] [-BasePolicyToSupplementPath <string>] [-ResetPolicyID] [-PolicyId <string>] [<CommonParameters>]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user