Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find cmdlets and functions related to DSC

$
0
0

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*


Viewing all articles
Browse latest Browse all 3333

Trending Articles