announcing-microsoftpowershellplatyps-10.0-preview1

Announcing Microsoft.PowerShell.PlatyPS 1.0.0-Preview1

PlatyPS is the primary tool for creating the PowerShell help displayed using Get-Help. PowerShell help files are stored in an XML format known as Microsoft Assistance Markup Language (MAML). Prior to PlatyPS, the help files were hand authored using complex tool chains. Markdown is widely used in the open source community, supported by many editors…

psresourceget-support-for-azure-container-registry-(acr)-is-in-preview

PSResourceGet support for Azure Container Registry (ACR) is in Preview

Microsoft.PowerShell.PSResourceGet 1.1.0-preview1 is now available on the PowerShell Gallery. This preview adds support for Azure Container Registry (ACR) as a private repository for PowerShell. Although ACR is a container registry by name, in this release we add support for PowerShell resources as modules, scripts and DSC resources to be directly published and consumed in the…

powershell-and-openssh-team-investments-for-2024

PowerShell and OpenSSH team investments for 2024

PowerShell 7.5 We continue to follow our yearly release schedule for PowerShell 7 and the next version will align with .NET 9. Pseudo-terminal support PowerShell currently has a design limitation that prevents full capture of output from native commands by PowerShell itself. Native commands (meaning executables you run directly) will write output to STDERR or…

powershell-extension-for-visual-studio-code-fall-2023-update

PowerShell Extension for Visual Studio Code Fall 2023 Update

PowerShell Extension for Visual Studio Code Fall 2023 Update We are excited to announce that the fall update to the PowerShell Extension for Visual Studio Code is now available on the extension marketplace. In this update, thanks to efforts across the team, we are shipping the extension with the latest and greatest PSReadLine, v2.3.4! In…

psresourceget-is-generally-available

PSResourceGet is generally available

PSResourceGet is Generally Available Microsoft.PowerShell.PSResourceGet is a continuation of the PowerShellGet 3.0 project. The module under this new name is now generally available on the PowerShell Gallery. The documentation for PSResourceGet is also live. How to install the module To install from PSResourceGet (which is included since PowerShell 7.4 Preview 5) Install-PSResource -Name Microsoft.PowerShell.PSResourceGet To…

psreadline-23.4-ga-release

PSReadLine 2.3.4 GA Release

We are excited to announce the general availability of PSReadLine 2.3.4! After three preview releases we are ready to release the GA version of PSReadLine 2.3.4. There are no new features in this release from the previous preview but wanted to highlight some of the key changes since the previous stable version, 2.2.6. Installing PSReadLine…