microsoft / BaselineManagement

Conversion tool used to Convert Group Policy baselines into DSC
MIT License
266 stars 52 forks source link

New function for merging a local or remote computers GPOs into a MOF #20

Closed canix1 closed 6 years ago

canix1 commented 6 years ago

Created a new function that will locally or remotely (Using PS Remoting) collect all applied GPLinks. These are then backup in a temporary folder and named with a suffix of the order to merge them. Next the GPO Backups are merged into one MOF file using ConvertFrom-GPO . It's also possible to display the GPLinks and the order they are applied and merged.