You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2022. It is now read-only.
Would it be possible for the BaselineManagment module to combine multiple GPOs into one MOF file? I would like to be able to combine the multiple GPOs into one MOF file for import into DSCEA for scanning against a computer to see if it is in compliance.
An example of what I am trying to accomplish: Where I work we have a Windows 10 baseline with a further baseline based on region/department defined in GPO. It would be nice if all of the GPOs could be combined into one MOF file for use by DSCEA. To allow for the resolution engine to work properly, I'm thinking it should process the GPO baselines in reverse order of GPO application for a given OU - this would ensure that the last GPO would have its settings applied first and therefore be the setting to win out when multiple GPOs are involved (if i'm reading the conflict resolution engine correctly)
I did a little playing around with the current module and with some slight changes was able to get it to take in multiple GPOs and combine them into one MOF file using the conflict resolution engine to comment out conflicting entries for the same settings. It would take some refinement to get it to do the correct ordering of the GPO but I think it is something that would be feasible and worthwhile.
Would it be possible for the BaselineManagment module to combine multiple GPOs into one MOF file? I would like to be able to combine the multiple GPOs into one MOF file for import into DSCEA for scanning against a computer to see if it is in compliance.
An example of what I am trying to accomplish: Where I work we have a Windows 10 baseline with a further baseline based on region/department defined in GPO. It would be nice if all of the GPOs could be combined into one MOF file for use by DSCEA. To allow for the resolution engine to work properly, I'm thinking it should process the GPO baselines in reverse order of GPO application for a given OU - this would ensure that the last GPO would have its settings applied first and therefore be the setting to win out when multiple GPOs are involved (if i'm reading the conflict resolution engine correctly)
I did a little playing around with the current module and with some slight changes was able to get it to take in multiple GPOs and combine them into one MOF file using the conflict resolution engine to comment out conflicting entries for the same settings. It would take some refinement to get it to do the correct ordering of the GPO but I think it is something that would be feasible and worthwhile.
Thoughts?