Hello
I have my Azure Az PowerShell (PS) modules installed on a network share for some reason and this means that every time
I run anything it takes minutes whilst they are loaded.
I was therefore wondering if I could copy them to a local path and then setup a profile to use these.
$PROFILE | Get-Member -Type NoteProperty

Though this seems not enough as either PS ISE or VS Code will continue to "look" in the network shares first.
So basically, what is the best way to have the Az.* modules locally and have PS always look to a local path?
Thanks