primalcurve
‎07-13-2021
New Contributor III

Joined: January 2015

User Statistics

  • 14 Posts
  • 0 Solutions
  • 1 Kudos given
  • 9 Kudos received

User Activity

#!/System/Library/Frameworks/Python.framework/Versions/Current/bin/python # -*- coding: utf-8 -*- import subprocess import plistlib import sys sysp_out = subprocess.check_output(["system_profiler", "SPStorageDataType", "-xml"]) sysp_items = plistlib....
Hi All, I've finally moved to publishing some of my more useful junk. Here's a much-discussed issue that we fixed internally with a collaborative script that I finalized. This is a version that is scrubbed of our environment's details. Any pro-tips o...
Hi All, I made the following Extension Attribute to collect MAC addresses of devices now that we are living in Dongle Hell. This reports the last MAC address of both built-in and removable devices connected to the machines. To prevent the table from ...