This week’s issue of the MacAdmins.news summary for Apple admins comes to you from MacSysAdmin in Göteborg Sweden!| Scripting OS X
This week’s issue of MacAdmins.news looks at the future of the 26 releases, the new Apple Platform Deployment guide, and explores identity management on Mac.| Scripting OS X
macOS iOS and iPadOS Other Platforms Applications| Scripting OS X
Previous articles in this series: Installing Packages Inspecting Packages Building Simple Component Packages Books Update 2025 When you place a text file named PolicyBanner in the /Library/Security…| Scripting OS X
A discussion that comes up frequently on MacAdmin Slack and other admin discussions is: Should commands in scripts have their full path hardcoded or not? Or phrased slightly differently, should you…| Scripting OS X
It’s been a while since I wrote about my books. Life has been tugging me in different directions (in a good way, overall). Things are going well, overall, but there was always this nagging feeling that I really should do something about the books. They were getting a bit… well… old… If you follow this … Continue reading Books Update — 2025| Scripting OS X
Building packages can turn complex very quickly. We will start with a few simple examples first and build up from there. You should read the first two posts in this series, first: Installing Packag…| Scripting OS X
Many organisations like to set or pre-set the Desktop Picture of managed Macs. There are a few options for Mac Admins. One of the commonly used methods may break in macOS Mojave because of the new …| Scripting OS X
What is a package? If you have been using a Mac, you will have encountered an installation package file or pkg. Package files are used to install software and configuration files on your Mac. Packa…| Scripting OS X
I usually post this collection of links as part of the weekly MacAdmins.news summary, but that is currently on a slower bi-weekly “Summer Camp” schedule. So I am posting this here for a change and will link in the issue next week. The dot-six updates, as is common are mostly bug fixes and security patches. … Continue reading Apple Platform updates for July 2025| Scripting OS X
The macOS installation process installs a pkg file with root credentials. Because of this high level of privileges, it is essential for a Mac system administrator or security expert to be able to i…| Scripting OS X
Setup Manager 1.3 We have released Setup Manager 1.3 today. You can see the release notes and download the pkg installer here. Most of the changes to Setup Manager in the update do not change the w…| Scripting OS X
Earlier this year, I released a beta version of desktoppr 0.5 which added an option to control the tool using a configuration profile. You can read all the details of how I built out this workflow …| Scripting OS X
One of the most popular articles on this blog is “Notarize a Command Line Tool with notarytool.” In that post I introduced a workflow for Xcode to build and notarize a custom installer …| Scripting OS X
A few years back, I built and released a small tool to simplify the deployment of macOS desktop pictures (also known as “wallpapers” since macOS Ventura and on other platforms) without …| Scripting OS X
Distribution packages are a special format of installer packages. Distribution packages can contain one or more normal or component packages. They can also contain extra resources to customize and …| Scripting OS X