Skip to content

Instantly share code, notes, and snippets.

@renevanosnabrugge
Created May 2, 2017 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renevanosnabrugge/f8774ab5b22f2af94a7ebc26c3e6346b to your computer and use it in GitHub Desktop.
Save renevanosnabrugge/f8774ab5b22f2af94a7ebc26c3e6346b to your computer and use it in GitHub Desktop.
$password = ConvertTo-SecureString 'PAT' -AsPlainText -Force
$vstsCredential = New-Object System.Management.Automation.PSCredential 'vstsuseraccount-email', $password
Find-Module -Name roadtoalmUtils -Repository VSTSGallery -Credential $vstsCredential
install-Module -Name roadtoalmUtils -Repository VSTSGallery -Credential $vstsCredential
Get-Module -ListAvailable -Name roadtoalmUtils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment