May 04 2017 09:01 AM
How does Microsoft recommend managing different or conflicting group policy settings across branches? If you setup internal rings, you may have 2-3 branches across your organizatin at any given time. Item-level targeting does not currently allow targeting of specific builds of Windows 10.
May 04 2017 09:04 AM
SolutionI assume you are talking about multiple releases, e.g. supporting GPOs that target Windows 10 1511, 1607, and 1703 simultaneously? WMI filters would be an appropriate approach, targeting specific OS builds (e.g. WMI query for Win32_OperatingSystem).
May 04 2017 09:05 AM
May 04 2017 09:07 AM
May 04 2017 10:09 AM
We are trying our best to make policies in new releases "additive" so that they don't affect older releases. With that, you don't need to make them conditional. That's not always worked with existing Windows 10 releases, but we do intend to make that better.
May 04 2017 10:11 AM
DSC is datacenter/server-focused and PowerShell-based, which puts it out of the reach of many IT pros.
For Windows 10 client devices, we see the move from Group Policy to MDM (e.g. Intune) as the direction. Lightweight, scalable, and simple.
May 08 2017 11:02 PM
So far I never run in issues using always the latest admx for the Windows 10 GPOs. If the feature doesn't exist in an older release, the registry value created by the GPO will not harm anything.
But we branded our internal rings in a private WMI class, so we have different GPOs for Internal Insider, Early Adopters and General Availability. So we can activate features in the different rings.