Quantcast
Viewing all articles
Browse latest Browse all 9637

Why is a PowerShell module installed by Install-Module not listed by Get-InstalledModule?

In PowerShell (Core 7.4.1) I have installed the PowerShell module Microsoft.WinGet.Client by running Install-Module Microsoft.WinGet.Client (run by PowerShellGet 2.2.5). When I run Get-Module -ListAvailable, it is listed. I can also run its commands like Get-WinGetVersion, and afterwards it is also listed by Get-Module. However, when I run Get-InstalledModule, it is not listed. Why?


Viewing all articles
Browse latest Browse all 9637

Trending Articles