<!--
{
  "availability" : [
    "macOS: 10.14.4 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/Enable-Remote-Desktop-Command",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rest:put:mdm#EnableRemoteDesktopCommand"
  },
  "title" : "Enable Remote Desktop"
}
-->

# Enable Remote Desktop

Enable Remote Desktop on a device.

## Discussion

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.

### Command availability

|||
|--------------------------|-----|
|Device channel            |macOS|
|User channel              |N/A  |
|Requires supervision      |macOS|
|Allowed in user enrollment|N/A  |
|Required access right     |N/A  |

### Example request and response

**Request:**

```plist
<?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>Command</key>
    <dict>
        <key>RequestType</key>
        <string>EnableRemoteDesktop</string>
    </dict>
    <key>CommandUUID</key>
    <string>0001_EnableRemoteDesktop</string>
</dict>
</plist>
```

**Response:**

```plist
<?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>CommandUUID</key>
    <string>0001_EnableRemoteDesktop</string>
    <key>Status</key>
    <string>Acknowledged</string>
    <key>UDID</key>
    <string>E84CD517-CB37-52F7-988C-DB5137B604B8</string>
</dict>
</plist>
```

## Topics

### Commands and responses

[`EnableRemoteDesktopCommand`](/documentation/DeviceManagement/EnableRemoteDesktopCommand)

The command to enable Remote Desktop on a device.

[`EnableRemoteDesktopResponse`](/documentation/DeviceManagement/EnableRemoteDesktopResponse)

A response from the device after it processes the command to enable Remote Desktop on a device.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)