If PowerShell 7 was installed or updated successfully from Microsoft Store, no additional steps are required for it to work.
However, consider the following optional checks and actions:
- Confirm you are running PowerShell 7 (not Windows PowerShell 5.1):
- Start menu → search for PowerShell 7 or PowerShell with the new icon and version.
- In the console, run:
and verify the major version is 7.$PSVersionTable.PSVersion
- Decide how you want future updates handled:
- When installed via Microsoft Store (MSIX), updates are handled by the Store automatically.
- If PowerShell was installed via MSI instead, updates can be managed through Microsoft Update or WinGet:
- Microsoft Update flow is described in Microsoft Update for PowerShell FAQ.
- To upgrade with WinGet when needed:
winget list --id Microsoft.PowerShell --upgrade-available winget upgrade --id Microsoft.PowerShell
- If Windows PowerShell shows an “update available” message:
- That message is for installing PowerShell 7 and will continue to appear when starting Windows PowerShell 5.1 even if PowerShell 7 is already installed. It cannot be disabled and does not mean anything else needs to be done.
No further configuration is mandatory after a successful Microsoft Store installation unless there are specific enterprise policies or management requirements.
References: