mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-29 13:47:23 +00:00
fixed spelling issue
This commit is contained in:
parent
ddd392de30
commit
2003ca75f5
@ -68,14 +68,15 @@ 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.
|
||||||
- "SupplementsBasePolicyID": guid of new supplemental policy
|
- "SupplementsBasePolicyID":
|
||||||
|
of new supplemental policy
|
||||||
- "BasePolicyToSupplementPath": base policy 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>]
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that "ResetPolicyId" reverts a supplemental policy to a base policy, and resets the policy guids back to a random guid.
|
Note that "ResetPolicyId" reverts a supplemental policy to a base policy, and resets the policy GUIDS back to a random GUID.
|
||||||
|
|
||||||
### Merging policies
|
### Merging policies
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user