├── LICENSE ├── README.md ├── testing-pull-mode ├── LCM_Pull.ps1 └── ParisTZ-config.ps1 ├── testing-push-mode └── pullserver-config.ps1 └── the-script-resource ├── configurationdata.ps1 └── test-using.ps1 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsccommunity/TheDSCBookCode/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsccommunity/TheDSCBookCode/HEAD/README.md -------------------------------------------------------------------------------- /testing-pull-mode/LCM_Pull.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsccommunity/TheDSCBookCode/HEAD/testing-pull-mode/LCM_Pull.ps1 -------------------------------------------------------------------------------- /testing-pull-mode/ParisTZ-config.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsccommunity/TheDSCBookCode/HEAD/testing-pull-mode/ParisTZ-config.ps1 -------------------------------------------------------------------------------- /testing-push-mode/pullserver-config.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsccommunity/TheDSCBookCode/HEAD/testing-push-mode/pullserver-config.ps1 -------------------------------------------------------------------------------- /the-script-resource/configurationdata.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsccommunity/TheDSCBookCode/HEAD/the-script-resource/configurationdata.ps1 -------------------------------------------------------------------------------- /the-script-resource/test-using.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsccommunity/TheDSCBookCode/HEAD/the-script-resource/test-using.ps1 --------------------------------------------------------------------------------