Tuesday, April 29, 2014

PowerShell Tips : How to find all DSC related cmdlets

 

It's very easy to find the PowerShell "Desired State Configuration" cmdlets.

Just run the below command , and it will show you all DSC related Cmdlets.

Get-Command -Module PSDesiredStateConfiguration

 

image

 

Regards

Aman Dhally

If you like, you can follow me on Twitter and Facebook. You can also check my “You Tube channel for PowerShell video tutorials. You can download all of my scripts from “Microsoft TechNet Gallery”.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.