Adding New Path To The Beginning Of The Psmodulepath

[Solved] Adding New Path To The Beginning Of The Psmodulepath | Perl - Code Explorer | yomemimo.com
Question : Adding new path to the beginning of the PSModulePath!

Answered by : gorgeous-gharial-ditcr65pjs2z

# Adding new path to the beginning of the PSModulePath!
$env:PSModulePath = "C:\Modules\azurerm_5.1.1;" + $env:PSModulePath

Source : https://stefanstranger.github.io/2018/11/11/EverythingYouWantedToKnowAboutPowerShellModulePath/ | Last Update : Wed, 23 Mar 22

Answers related to adding new path to the beginning of the psmodulepath

Code Explorer Popular Question For Perl