Tag / Casper
Loading posts...
Just Eat @ JAMF Nation Roadshow – London, Friday 16th Sept 2016
JAMF Software very recently asked me to present what Just Eat are currently doing with Casper Suite at the JAMF Nation Roadshow at the Royal Institute in London on Friday 16th September 2016. Firstly…
16 September 2016
Shockwave Player Version Extension Attribute
Here’s a quick check for the Adobe Shockwave Player version on Mac’s via an Extentsion Attribute script, copy and paste and away you go: #!/bin/sh if [ -e /Library/Internet\ Plug-Ins/DirectorShockwave.plugin ]; then…
20 February 2016
Managing User Docks in Mac OS X
A great way to manage the OS X Dock in an automated environment is the great use of Kyle Crawford’s GitHub code of DockUtil it’s a python script that you can package…
20 February 2016