Azure / ArcEnabledServersGroupPolicy

Guidance and sample code to perform at-scale onboarding of servers to Arc via Group Policy
MIT License
9 stars 15 forks source link

User configuration settings can be disabled on GPO #33

Open Borgquite opened 7 months ago

Borgquite commented 7 months ago

The generated GPO only includes computer settings, so for performance reasons, 'User configuration settings disabled' should be applied to the GPO

This is very simple - inside Backup.xml, you just replace

<Options><![CDATA[0]]></Options>

with

<Options><![CDATA[1]]></Options>