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?
↧
Why is a PowerShell module installed by Install-Module not listed by Get-InstalledModule?
↧