Get more providers for PowerShell DSC

Get more providers to use with PowerShell DSC

John Savill

March 6, 2016

1 Min Read
Get more providers for PowerShell DSC

Q. Where can I get more configuration providers for PowerShell Desired State Configuration?

A. There are many sites and communities that create new DSC configuration providers however a very easy way to extend the built-in 12 is via the DSC Resource Kits which at time of writing is at wave 10. Simply download the resource kit and uncompress the subfolders to your modules path and you instantly add hundreds of new configuration providers such as SQL, Exchange, System Center and more to your DSC.

Download from https://gallery.technet.microsoft.com/DSC-Resource-Kit-All-c449312d and extract to $env:ProgramFilesWindowsPowerShellModules  (e.g. C:Program FilesWindowsPowerShellModules). Make sure you navigate into All Resources in the downloaded zip file and restore the sub-folders to the Modules folder otherwise they will not work. Once installed you should see the new DSC providers via the Get-DscResource cmdlet.

Each week, John Savill answers all of your toughest tech questions about the worlds of Windows Server, Azure, and beyond. Read his past IT advice here, and email your questions to [email protected].

About the Author(s)

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like