PowerShell Team

PowerShell Team, PowerShell

PowerShell is a task-based command-line shell and scripting language built on .NET. PowerShell helps system administrators and power-users rapidly automate tasks that manage operating systems (Linux, macOS, and Windows) and processes.

Post by this author

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

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

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

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

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.    (image)   PSScriptAnalyzer ...

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.   (image)   PSScriptAnalyzer ...

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

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

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

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