This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
program_lang:powershell_linux [2023/12/04 22:47] manu |
program_lang:powershell_linux [2026/05/26 10:53] (current) manu [Powershell] |
||
|---|---|---|---|
| Line 111: | Line 111: | ||
| <cli prompt='>'> | <cli prompt='>'> | ||
| PS /root> $env:PSModulePath | PS /root> $env:PSModulePath | ||
| + | </cli> | ||
| + | |||
| + | To add another folder in the path: | ||
| + | <cli prompt='>'> | ||
| + | PS O:\VMware\PowerCli modules> $Env:PSModulePath = $Env:PSModulePath+";O:\VMware\PowerCli modules" | ||
| </cli> | </cli> | ||