Summary: Get a list of the new Windows PowerShell cmdlets for Desired State Configuration with one line.
How do I see the cmdlets that are available for the new feature in Windows PowerShell 4.0 called
Desired State Configuration?
Target the PSDesiredStateConfiguration module with the Get-Command cmdlet:
Get-Command –module PSDesiredStateConfiguration