Intune CSP / OMA-URI Lookup Paste policy. Get context.
AllowUsersToConnectRemotely

Control whether Remote Desktop connections are allowed to the device.

OMA-URI
./Device/Vendor/MSFT/Policy/Config/RemoteDesktopServices/AllowUsersToConnectRemotely
Deployment playbook

Assign it, sync it, prove it

A correct OMA-URI can still fail because of scope, format, applicability, targeting, conflict, or device state.

1

Likely causes

  • The path, device scope, integer format, or configured value does not match this CSP record.
  • The setting is not applicable to the device edition, Windows build, management mode, or hardware.
  • Assignment filters, exclusions, stale check-in, or another policy source changed the effective configuration.
2

Recommended fix

  1. Confirm Windows edition supports hosting Remote Desktop.
  2. Configure firewall, Network Level Authentication, and authorized user membership.
  3. Avoid exposing RDP directly to the internet.
3

Verify

  1. Trigger a device sync, then wait for a new check-in rather than reading the previous report state.
  2. Review the per-setting status and compare the profile, assignment, filter evaluation, and conflict details.
  3. On Windows, correlate the fresh sync with DMEDP/Admin events and the MDM diagnostic report.
  4. Verify the operating-system effect directly; a successful policy report is not always proof of the desired outcome.
4

Escalate when

  • The current Microsoft CSP documentation lists the path/value as applicable but a freshly synced supported device still rejects it.
  • Multiple devices fail with the same event or SyncML status after targeting and conflicts are eliminated.
  • You can provide the policy JSON, assignments/filters, device build/edition, UTC sync time, per-setting status, and redacted diagnostics.
Copy this OMA-URI
./Device/Vendor/MSFT/Policy/Config/RemoteDesktopServices/AllowUsersToConnectRemotely

Use scope Device, format Integer, and a value allowed by the current Microsoft documentation.

Read recent Windows MDM events
Get-WinEvent -LogName 'Microsoft-Windows-DeviceManagement-Enterprise-Diagnostics-Provider/Admin' -MaxEvents 50 | Select-Object TimeCreated,Id,LevelDisplayName,Message

Read-only. Run on the affected Windows device and correlate the output with the latest sync time.

Collect an MDM diagnostic archive
mdmdiagnosticstool.exe -area "DeviceEnrollment;DeviceProvisioning;Autopilot" -zip "C:\Users\Public\Documents\MDMDiagReport.zip"

Creates a local archive. Redact tenant, user, device, certificate, and network identifiers before sharing.

Deployment values

Scope
Device
Format
Integer
Values
0 blocks remote connections; 1 allows them where edition and network controls support RDP.

Operational checks

  1. Confirm Windows edition supports hosting Remote Desktop.
  2. Configure firewall, Network Level Authentication, and authorized user membership.
  3. Avoid exposing RDP directly to the internet.
Advertisement