February 2019
Intermediate to advanced
626 pages
15h 51m
English
Windows PowerShell allows the value of $env:PSModulePath to be set using user and machine environment variables. If the environment variables are not set, Windows PowerShell uses the default values shown here:
PS> $env:PSModulePath -split ';'C:\Users\whoami\Documents\WindowsPowerShell\ModulesC:\Program Files\WindowsPowerShell\Modulesc:\windows\system32\windowspowershell\v1.0\Modules
When environment variables are set, the default values are completely replaced, as follows:
Windows PowerShell ...
Read now
Unlock full access