Summary: Learn how to apply a Windows PowerShell 4.0 DSC MOF file.
How can I apply a Windows PowerShell 4.0 DSC MOF file to a computer?
Use the Start-DSCConfiguration cmdlet and specify the path
to the folder that contains the MOF files, for example:
Start-DscConfiguration –Verbose -Wait -Path "C:\Windows\system32\temp"