├── .gitignore ├── Images └── DSCModuleIcon.png ├── LICENSE ├── README.md ├── ReverseDSC.Core.psm1 ├── ReverseDSC.psd1 └── SECURITY.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ReverseDSC/HEAD/.gitignore -------------------------------------------------------------------------------- /Images/DSCModuleIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ReverseDSC/HEAD/Images/DSCModuleIcon.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ReverseDSC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ReverseDSC/HEAD/README.md -------------------------------------------------------------------------------- /ReverseDSC.Core.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ReverseDSC/HEAD/ReverseDSC.Core.psm1 -------------------------------------------------------------------------------- /ReverseDSC.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ReverseDSC/HEAD/ReverseDSC.psd1 -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/ReverseDSC/HEAD/SECURITY.md --------------------------------------------------------------------------------