Created
March 27, 2017 13:14
-
-
Save markwragg/585487381c6e92451d870f421610b1ae to your computer and use it in GitHub Desktop.
Using package management to install a PowerShell module to just your own user scope when you have restrictive (non-admin) rights,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install-Module <modulename> -scope CurrentUser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment