Billy H
10/29/2024, 2:19 PM<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "<http://www.apple.com/DTDs/PropertyList-1.0.dtd>">
<plist version="1.0">
<dict>
<key>AvailableOSUpdates</key>
<array/>
<key>CommandUUID</key>
<string>3d552f97-cdb2-48b5-8ed4-d0d01c374ea4</string>
<key>Status</key>
<string>Acknowledged</string>
<key>UDID</key>
<string>0AAE9034-DF8A-55B2-A2C0-9BE45DEBEDFC</string>
</dict>
</plist>
Documentation from Apple that I am referencing: https://developer.apple.com/documentation/devicemanagement/list_the_available_os_updatesRebecca Cowart
10/29/2024, 7:52 PMBilly H
10/29/2024, 8:04 PMBilly H
10/29/2024, 8:09 PMAvailableOSUpdates
doesn’t include InstallAssistant-based, full-replacement installers. It only contains over-the-air (OTA) updates. OTA updates can update or upgrade the OS and support all InstallAction
options.Billy H
10/30/2024, 1:08 PMRebecca Cowart
10/31/2024, 2:27 PMRebecca Cowart
10/31/2024, 7:10 PM