Posts by this author

Apr 28, 2015
Post comments count0
Post likes count0

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

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 19, 2015
Post comments count0
Post likes count0

PowerShell Tools for Visual Studio – Now Available

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

Feb 27, 2015
Post comments count0
Post likes count0

Introducing Get-AzureVMDscExtensionStatus cmdlet for Azure Powershell DSC Extension

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
Feb 27, 2015
Post comments count0
Post likes count0

Invoking PowerShell DSC Resources directly

PowerShell Desired State Configuration (DSC) is a distributed Configuration Management (CM) platform which delivers a uniform way to configure Windows components.  Configuration Management tools should layer on top of DSC and components in the Windows server ecosystem should write DSC providers to ensure that customers can choose any CM tool ...

Feb 24, 2015
Post comments count0
Post likes count0

PowerShell Script Analyzer: Static Code analysis for Windows PowerShell scripts & modules

  Introduction: Windows Management Framework 5.0 Preview February 2015 includes the addition of a new Windows PowerShell Module called PSScriptAnalyzer. This is a static code checker for Windows PowerShell modules and scripts and is installed in $env:ProgramFiles/WindowsPowerShell/Modules.       PSScriptAnalyzer checks the quali...

PSScriptAnalyzer
Feb 24, 2015
Post comments count0
Post likes count0

PowerShell Script Analyzer: Static Code analysis for Windows PowerShell scripts & modules

Introduction: Windows Management Framework 5.0 Preview February 2015 includes the addition of a new Windows PowerShell Module called PSScriptAnalyzer. This is a static code checker for Windows PowerShell modules and scripts and is installed in $env:ProgramFiles/WindowsPowerShell/Modules.     PSScriptAnalyzer checks the qua...

PSScriptAnalyzer
Feb 23, 2015
Post comments count0
Post likes count0

ISE Module Browser – A new way to manage your PowerShell modules

[UPDATED] A newer, working version of the ISE Module Browser is now available on the PowerShell Gallery: https://www.powershellgallery.com/packages/ISEModuleBrowserAddon/   High quality reusable modules, like LEGO pieces, enable IT Pros to build automation solutions in minutes! Where can I find those high quality reusable modules? One way...

PowerShellPowerShell ISEModules
Feb 18, 2015
Post comments count0
Post likes count0

Windows Management Framework 5.0 Preview February 2015 is now available

We’re excited to announce that Windows Management Framework 5.0 Preview February 2015, a new package introducing new and exciting 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 November 2014, plus some new feature...

Windows Management FrameworkPowerShell Release
Feb 13, 2015
Post comments count0
Post likes count0

Introducing DSC Resource Kit Wave 10

Happy 10th anniversary to the DSC Resource Kit! Wave 10 is now available on TechNet and in the PowerShell Gallery.  We have a few new resources this month and a number of significant bug fixes made to existing resources that are critical in our march towards stability and robustness. All in all, there are 8 new DSC resources across 5...

PowerShellDSCDesired State Configuration
Dec 31, 2014
Post comments count0
Post likes count0

Securely allocating GUIDs in PowerShell Desired State Configuration Pull Mode

Nicholas Dille recently posted a good blog on GUID management in PowerShell Desired State Configuration. In that blog, he goes through several approaches to GUID management and talks about the pros and cons of each. When you are deciding how to allocate GUIDs in DSC’s Pull Mode here are the three things you should keep in mind: When...