Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PCfromDCSnippets/232ced27f7fbc27fcfc52a7bc0722a27 to your computer and use it in GitHub Desktop.
Save PCfromDCSnippets/232ced27f7fbc27fcfc52a7bc0722a27 to your computer and use it in GitHub Desktop.
Install Azure DevOps Server 2019
#region Install AzDO
$path = "W:\Downloads\Azure DevOps Server\azuredevopsserver2019.0.1.exe"
Start-Process $path -ArgumentList "/Full /Passive" -Wait
#endregion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment