Showing results for DSC - PowerShell Team

Aug 7, 2014
0
0

Introducing the Azure PowerShell DSC (Desired State Configuration) extension

PowerShell Team
PowerShell Team

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

PowerShellDSCDesired State Configuration
Jul 29, 2014
0
0

Chef with PowerShell DSC Now Public!

PowerShell Team
PowerShell Team

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

PowerShellDSCDesired State Configuration
Jul 21, 2014
0
0

Creating a Secure Environment using PowerShell Desired State Configuration

PowerShell Team
PowerShell Team

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 this blog, we ...

PowerShellDSCDesired State Configuration
Jul 17, 2014
0
0

PowerShell DSC Resource Kit Wave 5 Arrives

PowerShell Team
PowerShell Team

The PowerShell DSC Resource Kit Wave 5 is now available for your use. This wave contains 10 new DSC resources, taking us up to 77 total resources between the Resource Kits and what is shipping in Windows 8.1/Server 2012 R2. In response to a number of requests, DSC Reskit Wave 5 also includes an end-to-end example, with a configuration for WordPress...

DSCDesired State ConfigurationWindows PowerShell Desired State Configuration
Jun 6, 2014
0
0

DSC Resource Kit Wave 4 is Live!

PowerShell Team
PowerShell Team

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 between the...

PowerShellDSCWindows PowerShell Desired State Configuration
May 29, 2014
0
0

Wish I can author DSC Resource in C#!!

PowerShell Team
PowerShell Team

In previous blog, we learned how one can use their PowerShell skills to author DSC resources very easily. Still there are folks (we met some at TechEd NA) who want to author their DSC resources using C# because they are more productive with it than PowerShell language. Well, you can fully leverage the power of DSC by writing your resources in C#. I...

PowerShellDSCDSC Resource Kit
May 19, 2014
0
0

Announcing Windows PowerShell Desired State Configuration for Linux

Kris Bash
Kris Bash

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 a CTP of...

DSCDesired State ConfigurationWindows PowerShell Desired State Configuration
Apr 25, 2014
1
0

Understanding Import-DscResource Keyword in Desired State Configuration

PowerShell Team
PowerShell Team

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

DSCDesired State ConfigurationWindows PowerShell Desired State Configuration
Apr 22, 2014
0
0

Debug Mode in Desired State Configuration

PowerShell Team
PowerShell Team

The DSC engine caches resources implemented as a PowerShell module for efficiency purposes. This can sometimes turn out to be annoying, when you are authoring a resource and testing it simultaneously. The only way to cause DSC to load the newer version every time is to explicitly kill the process hosting the DSC engine. As part of the WMF5 CTP rel...

DSCDesired State ConfigurationWindows PowerShell Desired State Configuration
Apr 4, 2014
0
0

Windows Management Framework V5 Preview

PowerShell Team
PowerShell Team

The Windows Management Framework V5 Preview is out! Check out Jeffrey Snover's announcement here. The preview contains updates to PowerShell Desired State Configuration, as well as two new features: NetworkSwitch cmdlets and Windows PowerShell OneGet.  OneGet is designed to dramatically simplify how you discover and install software packages, ...

DSCWindows Management FrameworkJeffrey Snover