What's new in PowerShellGet v3?


This is a companion discussion topic for the original entry at https://blog.ironmansoftware.com/powershellget-v3/

What do you advise, installating Powershell modules system wide (all users) or user specific? One of the reasons is thatI will try to use VScode over Remote SSH and I have like Powerell Pro Tools and Powershell Universal and also some other and self produced modules.

And i’m thinking about letting someone work with me together, whats your opinion?

I pretty much always install as my own user. I don’t have a lot of need for having multiple accounts on my machine so it’s just easier for me to install per user.

In server environments or places where multiple user accounts may reside, I think it makes sense to install them at a machine level because then they are always available, and they are the same version.