Showing archive results for 2015

May 11, 2015
Post comments count0
Post likes count0

MSIgnite BRK4452 – Writing Windows PowerShell DSC Resources and Configurations

PowerShell Team
PowerShell Team

Recordings of  MS Ignite 2015 session BRK4452: Writing Windows PowerShell DSC Resources and Configurations are now available online. As mentioned in the session you can download the demo modules using the following code:    Find-Module -Tag BRK4452 -OutVariable Modules  $Modules | % {Install-Module -Name $_.Name -Verbose -F...

DSCDesired State ConfigurationWindows PowerShell Desired State Configuration
May 5, 2015
Post comments count0
Post likes count0

PowerShell DSC for Linux is now available!

Kris Bash
Kris Bash

We are pleased to announce that PowerShell Desired State Configuration for Linux (version 1) is available for download. You can now use the powerful Desired State Configuration (DSC) platform to manage the configuration ofboth Windows and Linux workloads with a familiar PowerShell interface. Bringing DSC to Linux is another step in Microsoft’...

PowerShellDSCDesired State Configuration
May 5, 2015
Post comments count0
Post likes count0

Desired State Configuration Resources for PackageManagement Providers

PowerShell Team
PowerShell Team

Introduction You may have heard of, or even already used PackageManagement (aka OneGet). Recently, I was reading the OneGet blog and OneGet in GitHub, and decided to give it a try by installing the Windows Management Framework (WMF) 5.0 Preview April 2015. I found that PackageManagement provides a consistent user experience by exposing the same set...

PowerShellDSCModule
Apr 29, 2015
Post comments count0
Post likes count0

ScriptAnalyzer in GitHub and availability on PowerShell Gallery

PowerShell Team
PowerShell Team

With the release of Windows Management Framework 5.0 April Preview, we are excited to announce that PowerShell ScriptAnalyzer development has moved to GitHub for greater collaboration & community involvement. https://github.com/PowerShell/PSScriptAnalyzer  Also, we have published v1.0 of ScriptAnalyzer to PSGallery. https://www.powershellg...

PSScriptAnalyzer
Apr 29, 2015
Post comments count0
Post likes count0

Windows Management Framework 5.0 Preview April 2015 is now available

PowerShell Team
PowerShell Team

We’re excited to announce Windows Management Framework 5.0 Preview April 2015, a new package introducing new andexciting management technologies, is now available for download on the Microsoft Download Center! This Windows Management Framework (WMF) preview includes everything from WMF 5.0 Preview February 2015 plus some new features. The fol...

Windows Management FrameworkPowerShell Release
Apr 28, 2015
Post comments count0
Post likes count0

Azure PowerShell DSC Extension v1.8/v1.9 released

PowerShell Team
PowerShell Team

UPDATE 04/29/2015: We found an issue during install in ARM deployments. A fix is available as v1.9. NOTE: You can find more information on the DSC Extension in our release history. Today we are releasing version 1.8 of the Azure DSC Extension, updated with the latest WMF 5.0 Preview (April 2015). With this update we are adding support for Windows S...

Apr 27, 2015
Post comments count0
Post likes count0

DSC Resource Kit Moved to GitHub

Joey Aiello
Joey Aiello

We are proud to announce that the entire DSC Resource Kit has been open-sourced on GitHub. This means that we will be iterating and releasing these DSC resources quicker than ever before. It also means that we will be collaborating more openly with the community by accepting GitHub pull requests into our code.  For those of you who j...

DSCWindows PowerShell Desired State ConfigurationDSC Resource Kit
Apr 19, 2015
Post comments count0
Post likes count0

PowerShell Tools for Visual Studio – Now Available

PowerShell Team
PowerShell Team

A few days ago Jason Helmick asked Jeffery Snover on the MCP Insider Series when we’d see PowerShell in Visual Studio.  That actually wasn’t the first time the question had been asked.  Well, here’s the answer…  Today at the PowerShell Summit North America 2015, Andre Sayre gave a demo of PowerShell Tool...

Apr 16, 2015
Post comments count0
Post likes count0

Community Feedback and Microsoft Connect

Joey Aiello
Joey Aiello

Community feedback is an integral part of any software development cycle. That's why we continue to release new preview versions of Windows Management Framework (WMF) 5.0: so that we can hear about and fix real-world problems before they ship with the next version of Windows. Historically, our guidance for filing bugs and feature requests, for...

PowerShellWindows Management FrameworkCommunity
Feb 27, 2015
Post comments count0
Post likes count0

Introducing Get-AzureVMDscExtensionStatus cmdlet for Azure Powershell DSC Extension

PowerShell Team
PowerShell Team

ast August we introduced PowerShell Desired State Configuration (DSC) Extension for Azure VMs. Through cmdlets released in the Azure PowerShell SDK, you can upload and apply a PowerShell DSC configuration to an Azure VM. Now, we are introducing a new cmdlet This new cmdlet retrieves the status of the DSC Extension in all the VMs deployed in a cl...

DSCAzure