Tag / resolution
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