Skip to content

Instantly share code, notes, and snippets.

@adamrobinson361
Created August 21, 2019 09:54
Show Gist options
  • Save adamrobinson361/1f2eb9319d32d23e4cf806d711cd34ea to your computer and use it in GitHub Desktop.
Save adamrobinson361/1f2eb9319d32d23e4cf806d711cd34ea to your computer and use it in GitHub Desktop.
Install Powershell Module Current User Work
[System.Net.WebRequest]::DefaultWebProxy.Credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials
Install-Module -Name SqlServer -Force -Scope CurrentUser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment