You've probably been hearing about Desired State Configuration from a number of sources (Runas Radio, the PowerScripting Podcast, or the Channel 9 TechEd video for example).  If you haven't go check out those previously mentioned resources, I'll wait...
Ok, now that you have a basic understanding of what Desired State Configuration (DSC) is, I have an announcement.
PowerShell.Org is building a repository of DSC modules for the community to use and contribute to.
As I've started working with Desired State Configuration, I began building up a repository of modules I would use in configuring my systems. Â I started to round them out with some basic documentation and decent logging messages and began pushing them to GitHub.
I've also seen several others starting to post some DSC modules on Github and elsewhere. Â Since we are very early in the Desired State Configuration lifecycle (it's still not RTM yet), I would like our community to come together on a central location for our community contributions. Â I reached out to Don and the PowerShell.Org team and they graciously offered to host the contributions on the PowerShell.Org GitHub repository. Â What that means is that this effort is no longer under the control of one person (me), but owned by the community, by PowerShell.Org.
There's not much in the repository yet, so if you've been experimenting with DSC and would like to share your efforts with the community, feel free to send a pull request (if you're into the whole GitHub thing) or file an issue on the GitHub site and we'll figure something out.
There is some basic "Getting Started With Developing DSC Modules" information at the GitHub repository as well.
Cool stuff Steve. I’ll be putting some modules up there when I get time!
Darren
I found this post from a guy who has made a beginning with a DSC module for hostfiles -we all hate them but they are there and need to be managed- http://www.ravichaganti.com/blog/?p=2937
And what I would really like (but I feel is very complex) is a module to manage SQL Maintenance Plans.