├── .gitmodules ├── CONTRIBUTING.md ├── LICENSE ├── README.md └── SampleConfig.ps1 /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShell/DscConfigurations/HEAD/.gitmodules -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShell/DscConfigurations/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShell/DscConfigurations/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShell/DscConfigurations/HEAD/README.md -------------------------------------------------------------------------------- /SampleConfig.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PowerShell/DscConfigurations/HEAD/SampleConfig.ps1 --------------------------------------------------------------------------------