HoCGeek
Results
2
comments of
HoCGeek
> As for the auto-loading of modules referenced in #715, I don't think that's an issue here, running Get-Module Az doesn't return anything so it's not 'loaded' which is good....
If I understand this article correctly ("https://docs.microsoft.com/en-us/powershell/module/powershellget/install-module?view=powershell-5.1"), PowerShell modules get installed to $env:ProgramFiles\WindowsPowerShell\Modules except if you use the -Scope currentuser option which installs the modules to $home\Documents\WindowsPowerShell\Modules. In my case...