February 2019
Intermediate to advanced
626 pages
15h 51m
English
The Get-WinModule command lists the modules available to the compatibility session. This may be considered similar to running Get-Module -ListAvailable.
Import-WinModule attempts to load the requested module (by name) in the compatibility session. For example, Import-WinModule Pester will attempt to load the latest version of the Pester module within the compatibility session.
The version number of the loaded module will display as 1.0 when running Get-Module in PowerShell Core this version is not derived from the source module:

It is not possible at this time to import a specific version of a module in the ...
Read now
Unlock full access