Published: Mar 04, 2020
If you have been hanging around the Petri neighborhood, you might be mistaken to think that PowerShell 7 is already available. But up until today, it was in preview.
Microsoft is making PowerShell 7 now generally available which means that the cross-platform automation tool is available for Windows, Linux, and macOS. Along with a bunch of cmdlets/APIs and bug fixes, there are several new features as well:
This release also completes the move from .NET Core 2.x back to 3.1. What this means is that backward compatibility will be significantly improved over that of PowerShell 6, especially on Windows; if you were not using an old script because of compatibility issues, you may want to give it a run again.
Since the early preview days of PowerShell 7, we have been diving deep looking at the new features; you can find more information here.
The compatibility list for PowerShell 7 is quite lengthy and includes products Microsoft no longer supports:
If you are looking to get started with PowerShell 7, make sure to check out our guide here as it covers the basics or if you need to upgrade, you can learn more about that process here.