PowerShell

Automating the world one-liner at a time…

PowerShell Logo
PowerShell Gallery TLS Support
Summary To provide the best-in-class encryption to our customers, the PowerShell Gallery has deprecated Transport Layer Security (TLS) versions 1.0 and 1.1 as of April 2020. The Microsoft TLS 1.0 implementation has no known security vulnerabilities. But because of the potential for future protocol downgrade attacks and other TLS vulnerabilit
PowerShell Logo
Depending on the right PowerShell NuGet package in your .NET project
Alongside the pwsh executable packages published with each PowerShell release, the PowerShell team also maintain several NuGet packages that are available on NuGet to allow targeting PowerShell as an API platform in .NET. As a .NET application that both provides APIs and expects to load .NET libraries implementing its own (binary module
PowerShell Logo
PowerShellGet 3.0 Preview 1
We are excited to announce that our first preview release of PowerShellGet 3.0 is now available on the PowerShell Gallery. This is a major update to PowerShell's experience for discovering, installing, updating and publishing PowerShell resources like modules, DSC resources, role capabilities and scripts. This was first proposed in RFC PR
PowerShell Logo
PowerShell 7.1 Team Investments and Preview.1 Release
The PowerShell 7 release marks a huge milestone for PowerShell, the community, and the team! Today we released the first preview for PowerShell 7.1! This release includes a number of changes that did not make it in time for the 7.0 release. It also includes .NET 5 preview 1! The PowerShell team is not resting on our laurels and are c
PowerShell Logo
Secret Management Preview 2 Release
Note this blog post is the third in a series on the releases of this module: We are excited to release a second preview of the Secret Management Module. Thanks to the tremendous feedback we received from the first preview release of this module, you will notice a number of breaking changes to the module. This release is still a pr
PowerShell Logo
Visual Studio Code for PowerShell 7
We are excited to announce that we have released a major update to the PowerShell extension for Visual Studio Code. This release contains months of architectural work that first shipped in our PowerShell Preview extension in November of 2019, along with incremental bug fixes in the intervening months. If you are new to Visual Studio Code t
PowerShell Logo
Announcing PowerShell 7.0
Today, we're happy to announce the Generally Available (GA) release of PowerShell 7.0! Before anything else, we'd like to thank our many, many open-source contributors for making this release possible by submitting code, tests, documentation, and issue feedback. PowerShell 7 would not have been possible without your help. What is PowerShe
PowerShell Logo
Secrets Management Module Vault Extensions
Secrets Management Module Vault Extensions A new PowerShell Secrets Management module has been published on PowerShell Gallery. It is currently in a pre-release state and still in active development. Even though the module is not complete, we have released it to gather early community feedback. Most of the functionality is implemented, but
PowerShell Logo
Public Preview of PowerShell Support in Jupyter Notebooks
Public Preview of PowerShell Support in Jupyter Notebooks Today, the .NET team shipped an exciting new preview of .NET Interactive. If you're unfamiliar, .NET Interactive (within a Jupyter environment) provides the ability to write .NET Jupyter Notebooks which are a powerful tool that combines documentation and the ability to execute and se

PowerShell

PowerShell Logo
PowerShell Gallery TLS Support

Summary
To provide the best-in-class encryption to our customers, the PowerShell Gallery has deprecated Transport Layer Security (TLS) versions 1.0 and 1.1 as of April 2020.
The Microsoft TLS 1.0 implementation has no known security vulnerabilities. But because of the potential for future protocol downgrade attacks and other TLS vulnerabilities,

PowerShell Logo
Depending on the right PowerShell NuGet package in your .NET project

Alongside the pwsh executable packages published with each PowerShell release, the PowerShell team also maintain several NuGet packages that are available on NuGet to allow targeting PowerShell as an API platform in .NET.
As a .NET application that both provides APIs and expects to load .NET libraries implementing its own (binary modules),

PowerShell Logo
PowerShellGet 3.0 Preview 1

We are excited to announce that our first preview release of PowerShellGet 3.0 is now available on the PowerShell Gallery. This is a major update to PowerShell’s experience for discovering, installing, updating and publishing PowerShell resources like modules, DSC resources, role capabilities and scripts.

PowerShell Logo
PowerShell 7.1 Team Investments and Preview.1 Release

The PowerShell 7 release marks a huge milestone for PowerShell, the community, and the team!
Today we released the first preview for PowerShell 7.1! This release includes a number of changes that did not make it in time for the 7.0 release.

PowerShell Logo
Secret Management Preview 2 Release

Note this blog post is the third in a series on the releases of this module:

Secrets Management Development Release
Secrets Management Module Vault Extensions

We are excited to release a second preview of the Secret Management Module. Thanks to the tremendous feedback we received from the first preview release of this module,

PowerShell Logo
A new kind of GridView right in your console: Introducing the early preview of ConsoleGuiTools

Yes. This is yet another post about GridViews. We love them. You love them. What’s not to like?
If you’re not familiar with Out-GridView, it can be used to interactively view objects as a table allowing sorting and filtering. Many PowerShell users like to use it within a pipeline for interactive selection of objects that get processed later in the pipeline.

PowerShell Logo
Visual Studio Code for PowerShell 7

We are excited to announce that we have released a major update to the PowerShell extension for Visual Studio Code. This release contains months of architectural work that first shipped in our PowerShell Preview extension in November of 2019, along with incremental bug fixes in the intervening months.

PowerShell Logo
Announcing PowerShell 7.0

Today, we’re happy to announce the Generally Available (GA) release of PowerShell 7.0! Before anything else, we’d like to thank our many, many open-source contributors for making this release possible by submitting code, tests, documentation, and issue feedback. PowerShell 7 would not have been possible without your help.

PowerShell Logo
Secrets Management Module Vault Extensions

Secrets Management Module Vault Extensions
A new PowerShell Secrets Management module has been published on PowerShell Gallery. It is currently in a pre-release state and still in active development. Even though the module is not complete, we have released it to gather early community feedback.

PowerShell Logo
Public Preview of PowerShell Support in Jupyter Notebooks

Public Preview of PowerShell Support in Jupyter Notebooks
Today, the .NET team shipped an exciting new preview of .NET Interactive. If you’re unfamiliar, .NET Interactive (within a Jupyter environment) provides the ability to write .NET Jupyter Notebooks which are a powerful tool that combines documentation and the ability to execute and see the output of code all in the same file.