Powershell Command |top| - Update

Update-Module -Name ModuleName -Force To update PowerShell itself (PowerShell 7+):

Get-InstalledModule | Update-Module -Force Or to update a specific module: update powershell command

winget upgrade Microsoft.PowerShell Or via the MSI/package manager: update powershell command