Quantcast
Channel: Active questions tagged windows - Super User
Viewing all articles
Browse latest Browse all 9892

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

$
0
0

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 9892

Trending Articles