Has anyone tried managing Group Policy Objects (GPOs) with GitHub? I haven't found much information on how to go about it, and I'm curious if it's a viable option.
2 Answers
You can definitely export your GPOs and upload them to GitHub to keep track of changes. Just keep in mind that you'd have to re-upload the entire export each time instead of just updating the original file when you commit changes.
One way to do this is to schedule a job that exports your GPOs as XML files, then sync that folder with GitHub. It’s a pretty straightforward setup!
Oh, that sounds simple enough. Thanks!