Skip to main content
Question

JAMF IT Open Source project

  • April 10, 2015
  • 30 replies
  • 106 views

Show first post

30 replies

Chris_Hafner
Forum|alt.badge.img+27
  • Jamf Heroes
  • April 16, 2015

Seriously cool! Way to go JAMF!


emily
Forum|alt.badge.img+26
  • Hall of Fame
  • April 17, 2015

Silly question time… @brysontyrrell how does one find the mdm uuid?


BrysonTyrrell
Forum|alt.badge.img+19
  • Valued Contributor
  • April 17, 2015

@emilykausalik Crap, I didn't put that in the README did I?

Super simple. From a Mac that is managed already, run:

~$ sudo profiles -Pv
profiles: verbose mode ON
_computerlevel[1] attribute: name: MDM Profile
_computerlevel[1] attribute: configurationDescription: MDM Profile for mobile device management
_computerlevel[1] attribute: installationDate: 2015-03-27 00:31:46 +0000
_computerlevel[1] attribute: organization: JAMF Software
_computerlevel[1] attribute: profileIdentifier: <<<UUID-IS-FOUND-HERE>>>
_computerlevel[1] attribute: profileUUID: <<<UUID-IS-FOUND-HERE>>>

Just look for the one with the attribute name of "MDM Profile" - which should be the very first. The profileIdentifier and profileUUID values should be the same.


emily
Forum|alt.badge.img+26
  • Hall of Fame
  • April 17, 2015

Thank you, kind sir.


BrysonTyrrell
Forum|alt.badge.img+19
  • Valued Contributor
  • May 8, 2015

Hi everyone!

We made some fairly big additions to our GitHub today. We have two scripts and one project for you to check out:

icns Creator
This is a shell script that takes a source image and outputs an .icns file containing all of the required resolutions (from 16x16 through 512x512@2x).
https://github.com/jamfit/icns-Creator

BugHerder
This Python script takes an XML output from BugHerd and generates JIRA issues. This was used to switch one of our departments to JIRA during our org's migration.
https://github.com/jamfit/BugHerder

HipStatus
This is an OS X status bar app written in Python that manages a user's presence in HipChat based upon their Office 365 calendar availability. For more details check out the README on the repo!
https://github.com/jamfit/HipStatus