Files
apple-device-management-mdm/mdm/commands/system.update.scan.yaml
T
2022-06-03 16:23:58 -04:00

28 lines
790 B
YAML

title: Schedule OS Update Scan Command
description: Requests that the device perform a background scan for OS updates.
payload:
requesttype: ScheduleOSUpdateScan
supportedOS:
macOS:
introduced: '10.11'
accessrights: None
devicechannel: true
userchannel: false
supervised: true
requiresdep: false
userenrollment:
mode: forbidden
content: Requests that the device perform a background scan for OS updates.
payloadkeys:
- key: Force
type: <boolean>
presence: optional
default: false
content: If 'true', force a scan to start immediately. Otherwise, the scan starts
at a system-determined time.
responsekeys:
- key: ScanInitiated
type: <boolean>
presence: required
content: If 'true', the scan started successfully.