We have a number of sites that are cloud only, so they do not have a Windows server to communicate to. We’d like to be able to use Group Policies on the PC’s as it makes a lot of things easier.
Many Group Policy settings (apart from most of the Security policies) are registry keys, so you can create reg files and deploy via ITarian script procedures using the regmerge command or via batch files.Microsoft reference spreadsheet (with the relevant reg keys) is here: https://www.microsoft.com/en-gb/download/details.aspx?id=25250.
Finally, there is the command line tool “Local Group Policy Object Utility” (LGPO), part of the “Microsoft Security Compliance Toolkit”. The current version of the tool can be downloaded here: https://www.microsoft.com/en-us/download/details.aspx?id=55319. (The LGPO zip file contains the .exe utility and a PDF usage guide.)
Obviously, all of the above options require RIGOROUS testing before deploying in a production environment.