PowerShell Team

Automating the world one-liner at a time…

Latest posts

SecretManagement Module Preview Design Changes
Sep 16, 2020
Post comments count 2
Post likes count 0

SecretManagement Module Preview Design Changes

Paul Higinbotham
Paul Higinbotham

Design changes to SecretManagement module preview

SecretManagement Preview 3
Sep 16, 2020
Post comments count 6
Post likes count 0

SecretManagement Preview 3

Sydney Smith
Sydney Smith

We are excited to announce two modules are now available on the PowerShell Gallery: To install the modules and register the SecretStore vault, open any PowerShell console and run: NOTE: This version of the module has a major breaking changing, if you have used past preview versions of the SecretManagement module, secrets previously stored will not be accessible in this version. Please migrate your secrets before updating. Your old secrets will not be removed after updating so they can be accessed by explicitly importing an earlier version of the module. If you see an error indicating the a depe...

PowerShellGet 3.0 Preview 10 Release
Sep 10, 2020
Post comments count 2
Post likes count 0

PowerShellGet 3.0 Preview 10 Release

Sydney Smith
Sydney Smith

In this blog post we are excited to share: PowerShellGet 3.0 Preview Updates PowerShellGet 3.0 preview 10 is now available on the PowerShell Gallery. This blog post will cover all of the feature updates since we last published a blog post ( preview 6). These versions include completed functionality for updating PSResources, input-object support for installing PSResources as well as several bug fixes. To install the latest version of the module, open any console any run: Install-Module PowerShellGet -AllowPrerelease -Force -Repository PSGallery -SkipPublisherCheck   What's new in the prev...

PowerShell 7.1 Preview 6
Aug 17, 2020
Post comments count 2
Post likes count 0

PowerShell 7.1 Preview 6

Steve Lee
Steve Lee

Update on PowerShell 7.1 release

Semantic Highlighting in the PowerShell Preview extension for Visual Studio Code
Jul 31, 2020
Post comments count 4
Post likes count 0

Semantic Highlighting in the PowerShell Preview extension for Visual Studio Code

Justin Chen
Justin Chen

Semantic Highlighting now supported in VS Code for PowerShell scripts

Public Preview of Notebook Mode in the PowerShell Preview extension for Visual Studio Code
Jul 30, 2020
Post comments count 8
Post likes count 1

Public Preview of Notebook Mode in the PowerShell Preview extension for Visual Studio Code

Tyler Leonhardt
Tyler Leonhardt

Opening PowerShell script files (.ps1) in Notebook Mode in the PowerShell extension for Visual Studio Code

PSScriptAnalyzer 1.19.1
Jul 28, 2020
Post comments count 1
Post likes count 0

PSScriptAnalyzer 1.19.1

Sydney Smith
Sydney Smith

PSScriptAnalyzer 1.19.1 is now available on the PowerShell Gallery. This minor update fixes a few user-reported bugs and introduces a new rule (which is disabled by default) for avoiding using double quotes for constant strings. To install this version of the module, open any PowerShell console and run:  New Rule AvoidUsingDoubleQuotesForConstantString (disabled by default) Severity Level: Information Rule Description When the value of a string is constant (i.e. not being interpolated by injecting variables or expression into such as e.g. ), then single quotes should be used to express the constant nature ...

PowerShellGet 3.0 Preview 6 Release
Jul 7, 2020
Post comments count 2
Post likes count 0

PowerShellGet 3.0 Preview 6 Release

Sydney Smith
Sydney Smith

Since our last blog post we have released two preview versions (previews 4 and 6) of the PowerShellGet 3.0 module. These releases have introduced publish functionality, repository wildcard search, and fixed error handling when a repository is not accessible in Find-PSResource. Note that preview 5 was unlisted due to a packaging error discovered post-publish. To install the latest version module, open any PowerShell console and run: Highlights of the releases Preview 4 (3.0.0-beta4) Highlights New Feature Wildcard search for the -Repository parameter in . This allows the user to return results from al...

Native Commands in PowerShell – A New Approach – Part 2
Jun 26, 2020
Post comments count 7
Post likes count 1

Native Commands in PowerShell – A New Approach – Part 2

Jim Truher
Jim Truher

How to wrap native commands to take better advantage of the PowerShell environment