ZeroTier One
PowerShell script to silently deploy the latest ZeroTier One client.
This script was written to ease deployment of the ZeroTier client across multiple systems. The script will install the ZeroTier client, add it to your ZeroTier network, authorize it, and name the device. Additional parameters are available for the various configuration options.
ZeroTier will be installed in a headless configuration unless the
-UI
parameter is used.Prerequisites:
- 1.Create a ZeroTier account / network
- 2.Copy network ID
- 3.Create an API access token
- 4.Deploy ZeroTier using the script below
Note: This script requires PowerShell 7 to access the ZeroTier API. If PowerShell 7 is not already installed, it will be installed by the script.
Although the above installation script can also be used to update a ZeroTier installation, I have provided a simpler script below to quickly update ZeroTier to the latest version, if it is already installed.
-NetworkID
(Required) : ZeroTier Network ID for the network you are deploying-Token
(Required) : ZeroTier API access token-UI
: Installs ZeroTier with UI components-DisableDNS
: Disables ZeroTier DNS Management-GlobalRoutes
: Allows ZeroTier managed routes to overlap public IP space-DefaultRoute
: Allows ZeroTier to override system default route (full tunnel)
Want to learn more about how this script works? Included below are official documentation links for all cmdlets used in this script, as well as other useful documentation where applicable.
Cmdlet Documentation:
Last modified 8mo ago