Install Available macOS Updates

Quick Description This automation Policy installs all available updates on targeted macOS devices.
Applies To N-central 9.5.x
Last Revised April 10, 2014

Overview

Ensuring macOS device are up-to-date often represents a manual and time-consuming task. By connecting to the macOS device through SSH, this automation policy installs all available updates on targeted macOS devices. By using the softwareupdate command with the –install and –all arguments, all updates that are applicable software updates will be installed. This automation policy requires admin authentication to successfully install software updates.

For more information on the macOS commands used in this automation policy, see https://developer.apple.com/library/mac/documentation/darwin/reference/manpages/man8/softwareupdate.8.html

When configuration the running of this automation policy in N-able N-central, the best practice is to take advantage of Asset Variables for Network Address, Device UserName, and Device Password.

Input parameters

MAC IP Address: <String Value> - 192.168.10.128 or use the Network Address Asset Variable

MAC User Name: <String Value> - admin

MAC Password: <Password Value> - Password!@# or use the Device Credentials Password Asset Variable

Automation policy

Outcome

All available macOS updates are installed on the device.