Concept Flow - Desired State Configuration (DSC) basics
Write DSC Configuration Script
Compile Configuration -> MOF File
Apply MOF to Target Node
DSC Agent Checks Current State
Compare Current State with Desired State
Do Nothing
Report Success
DSC runs by writing a configuration script, compiling it to a MOF file, then applying it to a target node where the DSC agent ensures the system matches the desired state.