Skip to content

Instantly share code, notes, and snippets.

@g4s
Created October 5, 2016 09:34
Show Gist options
  • Save g4s/f13f2c34500175baf4c3cb3419f1b4d7 to your computer and use it in GitHub Desktop.
Save g4s/f13f2c34500175baf4c3cb3419f1b4d7 to your computer and use it in GitHub Desktop.
JAMF Casper JSS Extension Attribute: SmartNotebook License state & SmartNotebook version
#! /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
#! /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