PowerTip: Find cmdlets and functions related to DSC

Doctor Scripto

Summary: Use Windows PowerShell to find cmdlets and functions related to Desired State Configuration.

Hey, Scripting Guy! Question How can I use Windows PowerShell to quickly find a list of cmdlets and functions related to
           Desired State Configuration (DSC)?

Hey, Scripting Guy! Answer Use the Get-Command cmdlet and specify a noun of *dsc*:

Get-Command -Noun *DSC*

0 comments

Discussion is closed.

Feedback usabilla icon