Skip to content

Install the Tailscale MSI through a powershell script. Automatically prompts for an auth key for expediting installation on non-MDM machines.

License

Notifications You must be signed in to change notification settings

speedking456/tailscale-ps1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Still WIP

Feel free to make a PR if you have any suggestions

Requirements

  • 64-bit Windows 10 or 11
  • Tailnet setup
  • Tailscale auth key

Features

  • Automatically install the latest version of tailscale on windows
  • Automatically run tailscale up with an auth key

Usage

  1. Open powershell as an administrator
  2. Run Set-ExecutionPolicy Bypass
  3. Approve the change by pressing A
  4. Run iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/speedking456/tailscale-ps1/main/install_tailscale.ps1'))
  5. Go through the installer
  6. Paste in your Tailscale auth key
  7. (Optional) run Set-ExecutionPolicy Default to reset the execution policy on your machine.

About

Install the Tailscale MSI through a powershell script. Automatically prompts for an auth key for expediting installation on non-MDM machines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published