Skip to content

Instantly share code, notes, and snippets.

@vtml
Created October 31, 2018 12:57
Show Gist options
  • Save vtml/bd0ff23283c5ac81185363b46fc5621e to your computer and use it in GitHub Desktop.
Save vtml/bd0ff23283c5ac81185363b46fc5621e to your computer and use it in GitHub Desktop.
Gluing the whole Developer Workstation TDS Install Process together
.".\PackageInstallerFunction.ps1"
$PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent
PackageInstall "Website" $PSScriptRoot "https:\\some.website"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment