Created
October 5, 2016 09:34
-
-
Save g4s/f13f2c34500175baf4c3cb3419f1b4d7 to your computer and use it in GitHub Desktop.
JAMF Casper JSS Extension Attribute: SmartNotebook License state & SmartNotebook version
This file contains hidden or 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/bash | |
SPU="Applications/SMART Technologies/SMART Tools/SMART Product Update.app/Contents/MacOS/SMART Product Update" | |
$SPU --query 2> /dev/null | egrep -i \<SMART Notebook\>' | cut -d ',' -f6 |
This file contains hidden or 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/bash | |
SPU="Applications/SMART Technologies/SMART Tools/SMART Product Update.app/Contents/MacOS/SMART Product Update" | |
$SPU --query 2> /dev/null egrep -i \<SMART Notebook\>' | cut -d ',' -f4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment