Update-PS7
Update-PS7 runs the official Microsoft helper script to install or upgrade PowerShell 7 via MSI.
Syntax
Update-PS7
Notes:
- Downloads
aka.ms/install-powershell.ps1and executes it with-UseMSI. - The installer UI appears; run from an elevated session for system-wide upgrades.
- Ideal for keeping managed endpoints on the latest stable PowerShell release.
Questions and answers
Does Update-PS7 install silently?
No. It downloads and runs the official Microsoft script with the interactive MSI (-UseMSI). Use an elevated session for system-wide upgrades.