Tag / Extension Attributes
Loading posts...
Display Resolution Extension Attribute
Here’s a quick code snippet for an extension attribute to show the display resolution of the Mac’s in your estate. #!/bin/bash screens=$(system_profiler SPDisplaysDataType -xml | grep -A2 "</data>" | awk -F'>|<' '/_name/{getline;…
14 April 2016
Homebrew Check Extension Attribute
If you’re in an environment where you have a lot of developers you’ll likely find the Homebrew command very close by, you can use this simple Extension Attribute in your Casper JSS…
20 February 2016