PowerShell 7.2 is now available for Download
Great news, PowerShell 7.2 is now avilable for public download.
What is new with PowerShell 7.2
With PowerShell 7.2 there is integration with Microsoft Update, meaning that you installation of PowerShell in the future will be updated via Windows Update with new critical bug fixes or security updates.
Enhanced ANSI support
PowerShell 7.2 now has Enhanced ANSI support. With ANSI escape sequences, an industry standard way to provide text decoration support between console and a supported terminal. Use of these decorations is a way for commend-line tools and shells to highlight or distinguish information.
You might also want to check out the built-in variable called $PSStyle to make your own decoration for your scripts.
Comments
Post a Comment