IT:AD:Azure:Powershell:Desired State Configuration (DSC)
Summary
Notes
Configuration script separates Intent from Target.
Local Configuration Manager (…) that reads throught a configration Script.
Terminology
* COnfiguraiton: … * Node: … * Resource: DSC comes with a set….Damn. * MOF Fle: DSC tells the target nodes waht config they should have by sending a MOF file with the info to weach node, where thelocal Configuration Manager simplements the deried configuraiton. * Lcal Configuration Manageer (LCM) - DSC engine that runs on all target nodes. Calls config resources that are included in in the config script * DSC Pull Server: LCM on node perfomns compliance check and if necessary pulls script from another server