Tuesday, April 29, 2014

PowerShell Tip : Finding all DSC Resources

 

As, you know after reading my all previous posts of "Desired State Configurations" that, DSC is all depends on Resources, and the questions arise, how do you find all of the DSC resources.

The Answer is the simplest one : by using Get-DscResource  cmdlet.

 

image

Simple.

 

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”.

Pictures and Presentations of the Global Windows Azure Boot Camp 2014

Speaking at "Global Windows Azure Boot Camp 2014" was fun.  I take a session on "How to connect to Azure using our lovely PowerShell.

You can download the slides from the below link.

 

1000633_10152297231437969_1861321132_n1014480_10152297231807969_77521658_n1072258_10152297232072969_1581268407_o1075728_10152297231932969_814927800_n1477445_10152297231612969_1260443650_n1897718_10152297231707969_1438779005_n1976953_10152297231882969_1595178548_n1978800_10152297231517969_1690452904_n1979470_10152297231402969_13214403_n1979527_10152297231767969_2089856584_n1982165_10152297231857969_2102957527_n10003889_10152297231497969_1881559012_n10004038_10152297231637969_342120522_n10007033_10152297231987969_475617662_n10150531_10152297231572969_1943987801_n10152540_10152297231782969_1375317611_n10152680_10152297231452969_1412346725_n10153023_10152297231997969_1876953891_n10153100_10152297232017969_419633196_n10153887_10152297231677969_1177483347_n10176042_10152297231727969_1574740232_n

You can see my presentation slides below, you can download the slides from the SlideShare.com

 

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”.

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”.