Summary: Learn how to find Windows PowerShell 4.0 DSC cmdlets.
How can I find cmdlets and functions that are related to Windows PowerShell 4.0
Desired State Configuration (DSC)?
Use the Get-Command cmdlet, and search for the module related to DSC:
Get-Command -mo PSDesiredState*