PowerShell v7.7.0-preview.2 has been released

PowerShell v7.7.0-preview.2 has been released

Hi All,

Yesterday, Microsoft has released the PowerShell v7.7.0-preview.2 on GitHub.

The interesting Part is, that there is no more MSI - this has been annouced here:

I’ve downloaded the ZIP File and extracted it to C:\Temp

Let’s run PowerShell 7.7.0-preview2 without a PowerShell Profile

start pwsh -noprofile -WorkingDirectory C:\

Let’s check the Version

$PSVersionTable
Get-Host

Let’s run PowerShell 7.7.0-preview2 with the PowerShell Profile.

start pwsh -WorkingDirectory C:\

It will use my M365PSProfile Module - find the Documentation here: GitHub Documentation

Regards
Andres Bohren

PowerShell Logo