mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
title: Enable Remote Desktop Command
|
|
description: Enable Remote Desktop on a device.
|
|
payload:
|
|
requesttype: EnableRemoteDesktop
|
|
supportedOS:
|
|
iOS:
|
|
introduced: n/a
|
|
macOS:
|
|
introduced: 10.14.4
|
|
devicechannel: true
|
|
userchannel: false
|
|
supervised: true
|
|
requiresdep: false
|
|
userenrollment:
|
|
mode: forbidden
|
|
tvOS:
|
|
introduced: n/a
|
|
visionOS:
|
|
introduced: n/a
|
|
watchOS:
|
|
introduced: n/a
|
|
content: Enable Remote Desktop.
|
|
notes:
|
|
- title: ''
|
|
content: |-
|
|
This command enables the following capabilities on the device:
|
|
|
|
- Remote Desktop with the All Users access
|
|
- The ability to receive remote events
|
|
- The Observe, Control, and Show being Observed options
|
|
|
|
All other options remain unchanged.
|
|
|
|
Refer to the following sections to determine supported channels and requirements, and to see an example request and response.
|
|
examples:
|
|
- title: Example request and response
|
|
files:
|
|
- request-file: examples/mdm/commands/remotedesktop.enable/example1.plist
|
|
response-file: examples/mdm/commands/remotedesktop.enable/example2.plist
|