PowerShell v7.7.0-preview.1 has been released

PowerShell v7.7.0-preview.1 has been released

Hi All,

Just a few hours ago, the PowerShell v7.7.0-preview.1 has been released on GitHub with a ton of Updates.

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-preview1 without a PowerShell Profile

start pwsh -noprofile -WorkingDirectory C:\

Let’s check the Version

$PSVersionTable
Get-Host

Let’s run PowerShell 7.7.0-preview1 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