├── ADMXToDSC.PS1 └── README.md /ADMXToDSC.PS1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpoguy/ADMXToDSC/c81bd69463e94d8d9c26d83228dc1239ee7ebe05/ADMXToDSC.PS1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ADMXToDSC 2 | PowerShell script to convert GPO-based Admin Template settings into a Desired State Configuration Document 3 | 4 | Requires Microsoft GroupPolicy module be installed in order to run 5 | 6 | Updated on 6-9-2016 to be an advanced function (thank you github.com/kevsully!) 7 | Added tweaks to better support converting "non-standard" policy areas that use registry.pol, including WIndows Firewall and Applocker/Software Restriction Policies 8 | --------------------------------------------------------------------------------