├── .gitignore ├── LICENSE ├── README.md ├── SECURITY.md └── SQLServerDSC.Reverse.ps1 /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/SQLServerDSC.Reverse/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/SQLServerDSC.Reverse/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/SQLServerDSC.Reverse/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/SQLServerDSC.Reverse/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SQLServerDSC.Reverse.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/SQLServerDSC.Reverse/HEAD/SQLServerDSC.Reverse.ps1 --------------------------------------------------------------------------------