mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
title: Disable Remote Desktop Command
|
|
description: Disable Remote Desktop on a device.
|
|
payload:
|
|
requesttype: DisableRemoteDesktop
|
|
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: Disable Remote Desktop.
|
|
notes:
|
|
- title: ''
|
|
content: |-
|
|
This command disables Remote Desktop on the device, and prevents any further remote event processing. It removes any `PostEvent` Transparency Consent and Control (TCC) ability, unless the device already has an installed TCC configuration profile with that ability enabled.
|
|
|
|
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.disable/example1.plist
|
|
response-file: examples/mdm/commands/remotedesktop.disable/example2.plist
|