PowerShell/demos/DSC
Christoph Bergmeister fa544c33db Update links that contain 'en-us' culture (#7013)
Update links that contain 'en-us' culture to remove 'en-us' culture (if possible) and in some cases update to newer re-directed link to docs.microsoft.com
2018-06-08 10:49:03 +05:00
..
dsc-demo.ps1 Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
readme.md Update links that contain 'en-us' culture (#7013) 2018-06-08 10:49:03 +05:00

DSC MOF Compilation Demo

PowerShell Desired State Configuration is a declarative configuration platform for Windows and Linux. DSC configurations can be authored in PowerShell and compiled into the resultant MOF document.

This demo shows use of PowerShell to author a DSC configuration to set the configuration of an Apache web server. PowerShell scripting is used to assess distro and version-specific properties, such as the service controller and repo manager tools, for use in the configuration.

Prerequisites

Note: applying the DSC configuration requires privileges. The user must have sudo authorization capabilities. You will be prompted for a sudo password when running the demo.