Forum Discussion
HHarms
Apr 09, 2021Copper Contributor
"Pre load" Powershell module
My new Powershell module did have a load time of several seconds. Using this in a production environment is not an option with this long load time. Is it possible to add this module to the "core" o...
farismalaeb
Apr 21, 2021Steel Contributor
I guess this should help
You will need to play with PowerShell profile, so it will load a module each time you open PowerShell
https://msftplayground.com/2014/01/load-modules-by-default-when-openening-powershell/
You will need to play with PowerShell profile, so it will load a module each time you open PowerShell
https://msftplayground.com/2014/01/load-modules-by-default-when-openening-powershell/