February 2019
Intermediate to advanced
626 pages
15h 51m
English
The root module, a file with a psm1 extension, is given the same name as the module itself and will be nested directly under a folder that bears the module name.
When a module is installed into one of the folders in $env:PSModulePath, it may have the following structure:
Modules| -- LocalMachine | -- LocalMachine.psm1
The module can be imported immediately by passing the path to the LocalMachine folder to Import-Module. If the module content changes, the module should either be removed using Remove-Module, or the Force parameter should be used with Import-Module.
Read now
Unlock full access