PowerShell Team

Automating the world one-liner at a time…

Secure credentials in the Azure PowerShell Desired State Configuration (DSC) extension

UPDATE 11/21/2014: For information on OS support, and other features, please refer to our release history. We have updated the Azure Extension Handler to v1.1! Release notes for v1.1 If you are not familiar with the Azure PowerShell DSC extension, please start from our first blogpost about it. Desired State Configuration provides a ...

DSC Resource Kit Wave 6 Is Here

The DSC Resource Kit Wave 6 Is Available The DSC Resource Kit Wave 6 has been released! This wave contains 5 new DSC Resources, taking us up over 80 resources between the Resource Kit and what is shipping in Windows 8.1/Server 2012 R2. In addition to these resources we are rolling out today, you may have noticed that the SafeHarbor example was...

Introducing the Azure PowerShell DSC (Desired State Configuration) extension

UPDATE 11/4/2014: For information on using PSCredential objects, please refer to this blog post. UPDATE 11/21/2014: For information on OS support, and other features, please refer to our release history. For the latest information regarding DSC Extension, refer to the product documentation. .......... Earlier this year Microsoft ...

Chef with PowerShell DSC Now Public!

Many of you have seen the demos done by our friends at Chef, which show how they planned to leverage PowerShell DSC. Those plans are now public as of the publishing of the PowerShell DSC Cookbook for Chef announced in the recent blog post by Adam Edwards. Check it out here:  http://www.getchef.com/blog/2014/07/24/getting-ready-for-chef-...

Creating a Secure Environment using PowerShell Desired State Configuration

Introduction: Traditionally, IT environments have secured their business critical information against external threats by adding additional layers of security to the org’s network (e.g. firewalls, DMZs, etc.).  However many of today’s attacks are coming from inside the network so a new “assume breach” approach must be adopted. In ...

DSC Resource Kit Wave 4 is Live!

The value and number of PowerShell Desired State Configuration (DSC) resources coming from Microsoft continues to grow. As of the release of DSC Resource Kit Wave 3, we were up to 50 total.   Now, we're happy to announce the DSC Resource Kit Wave 4.  This wave contains 16 new DSC resources, taking us up to 67 total resources ...

Announcing Windows PowerShell Desired State Configuration for Linux

For those of you fortunate enough to be at TechEd North America last week, you might have seen Jeffrey Snover announcing Windows PowerShell Desired State Configuration (DSC) for Linux!  (If you missed that session, you can watch a replay of it online).  We are excited to announce the initial availability of this feature with the release of ...

Understanding Import-DscResource Keyword in Desired State Configuration

Desired State Configuration resources are used to model and change the state of different components of the system. In an earlier blog post, we discussed details about deploying and discovering those resources and introduced Import-DscResource dynamic keyword. In this post, we will discuss some more details about the usage and internal ...