Skip to content

Instantly share code, notes, and snippets.

@krypted
Created December 3, 2018 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krypted/3dd7d7e16720694b065e6a5bbb72477e to your computer and use it in GitHub Desktop.
Save krypted/3dd7d7e16720694b065e6a5bbb72477e to your computer and use it in GitHub Desktop.
#!/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