Created
October 25, 2019 19:48
-
-
Save PCfromDCSnippets/232ced27f7fbc27fcfc52a7bc0722a27 to your computer and use it in GitHub Desktop.
Install Azure DevOps Server 2019
This file contains 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
#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