Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.
/ tailscale-ps1 Public archive

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

5 Commits
 
 
 
 
 
 

Repository files navigation

Archived

Use winget: winget install Tailscale.Tailscale

I'll leave it up in case this is useful for someone in the future.

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