Showing archive results for 2014

Nov 19, 2014
Post comments count0
Post likes count0

Documenting DSC Part 2

PowerShell Team
PowerShell Team

In a previous post, we introduced the team of writers working on documenting DSC. (You can always contact them at [email protected].) We’ve started out by bringing the existing documentation up to date (the topics for all of the built-in resources have been brought current, for example) and transferring all or parts of most of the post...

Windows PowerShell Desired State ConfigurationDOCUMENTATIONHelp
Nov 18, 2014
Post comments count0
Post likes count0

Windows Management Framework 5.0 Preview November 2014 is now available

PowerShell Team
PowerShell Team

We’re excited to announce Windows Management Framework 5.0 Preview November 2014, a new package publicizing new and exciting management technologies, is now available for download on Download Center! This Windows Management Framework (WMF) preview includes everything from WMF 5.0 Preview September 2014 plus some new improvements.You’ll ...

Windows Management FrameworkPowerShell Release
Nov 18, 2014
Post comments count0
Post likes count0

PowerShell DSC Resource Design and Testing Checklist

PowerShell Team
PowerShell Team

DSC Resource Design and Testing Checklist   Writing Desired State Configuration Resources is not trivial and there’s many things which can go wrong. You should always spend significant amount of time testing resources you create. This task, although critical for quality, is often overlooked or performed carelessly and insufficiently...

PowerShellDSCDesired State Configuration
Nov 13, 2014
Post comments count0
Post likes count0

Documenting DSC

PowerShell Team
PowerShell Team

We have a new team of content developers focusing on documenting Desired State Configuration (DSC). Led by our manager Steve Kaczmarek, the team comprises Jaime Ondrusek, Corey Plett, and Eric Slesar. A little background:   Steve – I joined Microsoft in 2003 and manage the Management and Automation content development team. In addition t...

Desired State ConfigurationWindows PowerShell Desired State ConfigurationPowerShell 4.0
Oct 31, 2014
Post comments count1
Post likes count0

ConvertFrom-String: Example-based text parsing

PowerShell Team
PowerShell Team

    Intro   I’m sure most of you are familiar with the powerful tools for text parsing available in PowerShell. A presentation at the PowerShell Summit a couple of weeks ago provides a good overview of these and mentions a new Powershell cmdlet, ConvertFrom-String, that was introduced in Windows Management Framework 5.0 Preview...

Oct 28, 2014
Post comments count0
Post likes count0

Powershell DSC ResKit Wave 8: Now with 100+ Resources!

PowerShell Team
PowerShell Team

The DSC Resource Kit Wave 8 has landed! You can find it right here. This wave contains an astounding 48 resources, our largest release ever! We just went from 90 resources released via the Resource Kit to 138, a whopping 53% boost! We didn’t just creep across the 100 resources line, we blew right past it! Special thanks to everyone who has co...

PowerShellDSCDesired State Configuration
Oct 28, 2014
Post comments count0
Post likes count0

Manage the PowerShell DSC Extension in the Azure Preview Portal

PowerShell Team
PowerShell Team

UPDATE 11/21/2014: For information on OS support, and other features, please refer to our release history. If you haven’t yet started using the Azure Preview Portal and are a fan of PowerShell DSC and the Azure PowerShell DSC Extension (announced in August here), now just might be the time to start. We are pleased to announce that you can now m...

Oct 21, 2014
Post comments count0
Post likes count0

PowerShell DSC Does Exchange!

PowerShell Team
PowerShell Team

One of the more complex products to deploy and configure has just been made easier with the release of the xExchange PowerShell DSC Resource Module.   Mike Hendrickson, the creator of these resources, has begun documenting how to use PowerShell DSC to deploy & configure Exchange in the article Introducing the xExchange Module for Powe...

DSCDesired State ConfigurationWindows PowerShell Desired State Configuration
Oct 20, 2014
Post comments count0
Post likes count0

Heads Up: Hey, Scripting Guy! Blog Series

PowerShell Team
PowerShell Team

Microsoft Scripting Guy Ed Wilson here. This week, the week of Oct. 19, I begin a special series of Hey Scripting Guy blog posts where we will be talking about why upgrade to Windows PowerShell 4.0. This series will be way cool, and I have enlisted the help from various MVP's, as well as from the PowerShell team. So, what is in store for you? Here ...

Sep 29, 2014
Post comments count2
Post likes count0

Simple HTTP api for Executing PowerShell Scripts

PowerShell Team
PowerShell Team

[Based on the feedback, I've renamed this to HTTP] There may be scenarios where you don’t need the full interactive experience of PowerShell remoting over PSRP  (PowerShell Remoting Protocol), or have the need to execute some PowerShell scripts from a non-Windows system.  You could directly code against WS-Man as I’ve blogged ...