- PowerShell 7.3 preview 6 @Steve
- PowerShellGet preview @SydneyhSmith
- Demo Get-WhatsNew @theJasonHelmick @sdwheeler
- Docs Update @sdwheeler
- PowerShell module paths @mgreenegit
- Archive rewrite update @ayousuf23
- VSCode walkthrough update @S-Hakim
- Community corner update @theJasonHelmick
- Contribute to PowerShell using GitHub codespaces @JustinGrote
- We released PowerShell 7.3 preview 6 on Monday (July 18th)
- There were a few fixes that came in this release including a fix to Out-GridView, tab completion fixes, SHA hash update, check out the full list of changes in the Changelog
- The PowerShell experiemental feature
PSNativePSPathResolutionwill no longer be available in the next preview release (Preview 7) - PowerShellGet preview 15 has been delayed but is likely to release next week
- We are hoping to release
Get-WhatsNewnext week once the CI is complete - This cmdlet will allow you see what is new in PowerShell from console
- The
Get-WhatsNewmodule will be published to the Gallery and compatible with PowerShell 5.1 - The repository is already open source for
Get-WhatsNewplease give us feedback there - In June docs created new content for SecretManagement, and PSReadLine
- PSReadLine 2.2.6 enables Predictive Intellisense by default-- check out the blog
- Check out this issue if we should include
SecretManagementandSecretStorein PowerShell - Check out this issue if we should change the default installation path for user modules
- We have published an RFC for the rewrite of the Microsoft.PowerShell.Archive cmdlet, look forward to a preview coming soon
- We are working on a walkthrough for the PowerShell extension for VSCode
- There is an open PR to have a dev container for contributing to PowerShell