Created
December 3, 2018 14:42
-
-
Save krypted/3dd7d7e16720694b065e6a5bbb72477e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh # # # #Jamf Pro Extension Attribute to return the UID of a device in Splashtop # # | |
result=`defaults read ~/Library/Preferences/com.splashtop.stb.macosx.plist uniqueIdentifier` | |
echo "<result>$result</result>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment