From 1876f00a4a904105c9604dc176ca100f3d079cbc Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 28 Sep 2021 11:44:27 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7f76969..e2a278f 100644 --- a/README.md +++ b/README.md @@ -151,3 +151,12 @@ This script will set the policies software update settings with the following se This script is designed to silently install ZeroTier to an MDM enrolled Mac. ##### Command to execute: `sudo curl -o /tmp/zerotier.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/zerotier.sh && sudo chmod +x /tmp/zerotier.sh && sudo /tmp/zerotier.sh [NETWORKID]` +#### A REBOOT IS REQUIRED FOR THE TLS CERT GENERATION + +It is also advised that you add a custom command or script for "on User Sign In" to execute `/usr/local/bin/zerotier-cli join [NETWORK ID]` + +Add the following custom command for Mosyle Attribute look up +Title: Get ZT Client ID Number for Attributes +Event: +Every "Device Info" update +Command: `/usr/local/bin/zerotier-cli info`