21 Nov Using the JAMF Pro API and Python to detect duplicated attributes
No matter where you go, there they are...
No matter where you go, there they are...
Overview There is a great web site that lists the latest Microsoft Office 2016 downloads - along associated applications like OneNote, Skype for Business 2016, SharePoint Plugin, System Center Endpoint Protection (SCEP) for Mac, etc. It also has useful tools, scripts and documentation for Mac administrators. This site is...
Overview System Integrity Protection or "SIP" is a new security measure implemented in 10.11 "El Capitan". SIP protects access to system locations and restricting runtime attachment to system processes, this security policy guards against compromise — whether accidental or by malicious code. SIP protects file system locations...
Like a loyal droid, your JSS wants to help! JAMF Software's Casper Suite provides an Application Programming Interface, or API, to communicate with the JAMF Software Server (JSS) database. This allows an enterprise to customize specific areas of the JSS as needed. This is the first...
This post covers OS X Bonjour naming guidelines including overview of tools for retrieving and setting the Bonjour Name on OS X, allowed characters, maximum length, and issues with using tools like scutil, systemsetup, and network setup with setting name....
Overview Recently, we received our order for the book "Enterprise Mac Administrator's Guide: Second Edition" written by Charles Edge and William Smith. This book provides detailed explanations of the technology required for large-scale Mac OS X deployments and show you how to integrate it with other operating systems and applications....
Overview Firmware Password Manager (FWPM) is my approach to the problem of managing firmware passwords on Apple computers. When I began this project there were no solutions, besides setting the password and never changing it. FWPM allows you to update your firmware passwords quickly and easily....
Knocked My Socks Off! My coworkers and I attended our first JAMF Nation conference this past October. The last session I attended on the first day knocked my socks off. Bryson Tyrrell of JAMF showed off an iPhone ordering script he wrote in Python and Tk....
Overview In this post we will be talking about file descriptors and increasing limit descriptors in OS X Yosemite. File descriptors are limited by the OS. This causes some applications and services to return errors. By increasing the limit of file descriptors we can reduce the amount...
Update Since this post was first written, I've discovered some people use Anaconda Python. After investigating, it looks like Anaconda is a much simpler solution. To deploy it, I installed both Anaconda 2 and 3 to /usr/local/python/ , and then modified the /etc/paths and /etc/manpaths files accordingly...