Summary: Use Windows PowerShell to find cmdlets and functions related to Desired State Configuration.
How can I use Windows PowerShell to quickly find a list of cmdlets and functions related to
Desired State Configuration (DSC)?
Use the Get-Command cmdlet and specify a noun of *dsc*:
Get-Command -Noun *DSC*