Powershell – GPP Registry Item Level Targeting in PowerShell

group-policypowershell

Is there any way to add item level targeting to an existing GPP Registry item via powershell?

I'm in the process of streamlining my build process and I have come up empty for anything item level targeting related.

Edit: To clarify I will be creating active directory groups then appending a registry key to an existing GPP using that group as the item level targeting. This whole process needs to be automated to avoid transcription and logic errors.

Best Answer

I automated all the steps other than setting up the item level targeting via PowerShell and created a custom MMC snapin that opens straight to the group policy and registry keys in question at the end of my script. While not ideal it was the best possible option until MS provides a ready way to script item level targeting.

Related Topic