Skip to content

Instantly share code, notes, and snippets.

@markwragg
Created March 27, 2017 13:14
Show Gist options
  • Save markwragg/585487381c6e92451d870f421610b1ae to your computer and use it in GitHub Desktop.
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,
Install-Module <modulename> -scope CurrentUser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment