Skip to content
Discussion options

You must be logged in to vote

Hi,
I'm not sure about the WDAC Wizard method but everything you need is available in the ConfigCI module's cmdlets.

https://learn.microsoft.com/en-us/powershell/module/configci/set-cipolicyidinfo?view=windowsserver2022-ps

You can either do this

Set-CIPolicyIdInfo -FilePath ".\Supplemental_Policy.xml" -BasePolicyToSupplementPath ".\Base_Policy.xml"

or this

Set-CIPolicyIdInfo -FilePath ".\Supplemental_Policy.xml"  -SupplementsBasePolicyID "{GUID}"

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@iainfm
Comment options

@HotCakeX
Comment options

Answer selected by iainfm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants