Quick Tip: Install PowerShell Modules as a Normal User
Quite often I still see people struggling with installing various PowerShell modules, which by default would require local admin privileges on the machine they’re working on. This results in an error like the one below: The error message already tells you what to do, but I guess it’s often not actually read. You can install … Read more