Showing results for September 2019 - PowerShell Team

Sep 19, 2019
1
0

DSC Resource Kit Release September 2019

Michael Greene
Michael Greene

We just released the DSC Resource Kit! This release includes updates to 15 DSC resource modules. In the past 6 weeks, 160 pull requests have been merged and 68 issues have been closed, all thanks to our amazing community!

DSCDesired State ConfigurationWindows PowerShell Desired State Configuration
Sep 19, 2019
4
0

PowerShell 7 Preview 4

Steve Lee
Steve Lee

We continue to make progress towards our PowerShell 7 release which currently is targeting December 2019 for a Release Candidate and January 2020 for General Availability and will be our first LTS (Long Term Servicing) release! Please see the previous blog post on Preview 3 for more details about LTS and also Windows PowerShell compatibility...

Sep 17, 2019
3
0

Updating Help for older versions of PowerShell

Sean Wheeler
Sean Wheeler

UPDATE: We are now publishing updated help for PowerShell 5.1 and higher. See the announcement. PowerShell's Updatable Help system was introduced in PowerShell 3.0. It was designed to assure that you always have the newest help topics on your local computer so that you can read them at the command line. Help was updated with every new release and ...

Docs
Sep 10, 2019
6
0

Release of PowerShell Script Analyzer (PSScriptAnalyzer) 1.18.2

Jim Truher
Jim Truher

In keeping with the tradition of releasing improvements to  more often, we're happy to announce that 1.18.12 is now available! As a dependency of PowerShell Editor Services (a module used by editor extensions like the PowerShell Visual Studio Code extension), this release is motivated by a desire to further stabilize our editor experience. At the m...

PSScriptAnalyzer
Sep 4, 2019
13
3

PowerShell ForEach-Object Parallel Feature

Paul Higinbotham
Paul Higinbotham

PowerShell ForEach-Object Parallel Feature PowerShell 7.0 Preview 3 is now available with a new Experimental feature. This feature is a great new tool for parallelizing work, but like any tool, it has its uses and drawbacks. This article describes this new feature, how it works, when to use it and when not to. What is ForEach-Object -Parall...