Can You Manage Group Policy with GitHub?

0
4
Asked By CuriousCat123 On

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

Answered By CodeMaster456 On

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.

Answered By TechieGuru88 On

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!

CuriousCat123 -

Oh, that sounds simple enough. Thanks!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.