Skip to content
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune

How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune

Written By Anoop C Nair
Last Updated February 24, 2026
Posted In Intune
SHARE

Hey, let’s learn how to How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune. The Connected Devices Policy in Intune helps manage how Windows devices interact with other devices and services. It is mainly used to control features like cross-device sharing, clipboard sync, app messaging, and remote actions.

The Connected Devices Policy in Intune helps manage how Windows devices interact with other devices and services. It is mainly used to control features like cross-device sharing, clipboard sync, app messaging, and remote actions.

This policy is especially useful in organisations that want to maintain control over user activity and data sharing while still offering modern cross-device capabilities. It is configured through Intune’s Settings Catalog. We have a related post about the Total Number of SCCM Managed Non-Cloud Connected Windows Devices. Check this for more details.

This blog post provides complete guidance on managing the Allow Connected Devices Policy. It’s a step-by-step instruction on how to Enable or Disable Connected Devices using Intune Policy, monitor its status, and client-side verification.

Patch My PC

What are the Benefits of Enabling Connected Devices Policy in Intune?

Enabling the Connected Devices policy in Intune allows devices to communicate and work together more efficiently. It enhances user experience by supporting features that improve productivity, all while keeping devices secure and manageable.

1. Improved cross-device collaboration
2. Seamless experience for shared devices
3. Better device management and visibility
4. Support for features like Nearby Sharing and Phone Link
5. Enhanced user productivity and workflow continuity

How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune

The Connected Devices policy can be easily configured on Windows devices using either Microsoft Intune or by setting a custom OMA-URI (Open Mobile Alliance Uniform Resource Identifier). This blog post will detail both methods.

Create a Profile

To start deploying a policy in Intune, sign in to the Microsoft Intune Admin Center. Then, go to Devices > Configuration profiles > Create New Policy. In the Create a Profile window, select Platform Windows 10 and later, Profile type is Settings catalog. Then click the Create button to continue.

How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune - Fig.1
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Fig.1

Basic Step

Here, we can add the name (e.g Allow Connected Devices) of the policy and give a brief description (e.g This policy is used to allow connected Devices). Then click the Next button.

How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune - Fig.2
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Fig.2

Configuration Settings Tag

Now, for Configuration Settings, we can define this policy’s exact function. Click Add Settings to open the Settings Picker.

  • In the search bar, type Connectivity as a category
  • Select Allow Connected Devices to configure.
  • Close the Settings Picker window.
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune - Fig.3
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Fig.3

 You will see it on the Configuration page. Here we have only two settings: Allow or Block. By default, Allow Connected Devices will be set to Allow.

How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune - Fig.4
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Fig.4

Block Connected Devices Policy

You can block the Connected Devices Policy by toggling the switch. After reviewing or adding more settings, you can click the Next button to proceed.

How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune - Fig.5
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Fig.5

Scope Tag

Scope Tags are used to control who can view and modify a policy. It is serving as an organisational and access management tool. However, assigning them is optional; if not needed for the current setup, click Next.

How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune - Fig.6
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Fig.6

Assigned Group for Connected Devices Policy

You can see Add groups under the included group section. From the list, select the group that we want to target (e.g., Test_HTMD_Policy). Then click Next to move on.

How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune - Fig.8
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Fig.7

Review + Create Tag

Now we have reached the final Review + Create step. We can review every detail, and if needed to make changes, just click Previous to go back. Once it is completed, click Create to finalise the profile. Then you can see a notification( Allow Connected Devices created successfully).

How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune - Fig.8
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Fig.8

Device and User Check-in Status

To view a policy’s status, go to Devices > Configuration in the Intune portal, select the policy (like Allow Connected Devices), and check that the status shows Succeeded (1). Use the manual sync option to reduce the configuration delay in the Company Portal app on the device.

How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune - Fig.9
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Fig.9

Client Side Verification

To confirm if a policy has been applied, use the Event Viewer on the client device. Go to Applications and Services Logs > Microsoft > Windows > Device Management > Enterprise Diagnostic Provider > Admin. From the list of policies, use the Filter Current Log option and search for Intune event 813.

MDM PolicyManaqer: Set policy int, Policy: AllowConnectedDevices), Area: (Connectivity),
EnrollmentID requestinq merqe: (B1E9301C-8666-412A-BA2F-3BF8A55BFA62), Current User:
(Device), Int: (0x0), Enrollment Type: (0x6), Scope: (0x0).

How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune - Fig.10
SHow to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Fig.10

Removing the Assigned Group from the Allow Connected Devices Policy

Sometimes, we need to remove a group from a policy assignment for security updates. First, go to Devices > Configuration policies. In the Configuration policy section, search and select the policy, for example, Allow Connected Devices. In the Assignment section, you will find an Edit option and click Remove option. Click Review + Save after making the change.

For detailed information, you can refer to our previous post – Learn How to Delete or Remove App Assignment from Intune using by Step-by-Step Guide.

How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune - Fig.11
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Fig.11

How to Delete Connected Devices Policy from Intune

If we need to delete an Intune policy for security or operational reasons, there is a simple method to do it. Click the three dots, and then you can see the option Delete.

How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune - Fig.12
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Fig.12

Windows Configuration Service Provider (CSP) 

The policy Configuration Service Provider (CSP) is a tool for businesses to manage settings on Windows 10 and 11 devices. It details each policy’s function (Description Framework Properties), available choices (Allowed Values).

Description framework properties

Property NameProperty Value
FormatInt
Access TypeAdd, Delete, Get, Replace
Default Value1
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Table.1

Assigned Value

ValueDescription
0Disable (CDP service not available)
1(Default)Allow (CDP service available)
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Table.2

./Device/Vendor/MSFT/Policy/Config/Connectivity/AllowConnectedDevices

How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune - Fig.13
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Fig.13

OMA-URI Settings to Allow Connected Devices

An OMA-URI is a unique address that points to a specific setting controlled by a Configuration Service Provider (CSP). It is a text string that sets custom configurations on Windows 10 and 11 devices, and its format depends on the CSP itself. Here’s a step-by-step guide.

  • Sign in to Microsoft Intune
  • Go to Devices > Configuration
  • Click Create, and then the new policy.
  • Choose the platform as Windows 10 or later.
  • For Profile type, select Templates and then choose Custom.
  • Provide a Name: Allow Connected Devices
  • Add a Description( e.g This Policy is used to allow connected devices)
  • Click on + Add under OMA-URI Settings to configure the specific setting.
  • To Configure the OMA-URI Setting, do the following
    • Enter a name, such as Allow Connected Device.
    • Description: To allow Connected Devices
    • Enter the following OMA-URI path: ./Device/Vendor/MSFT/Policy/Config/Connectivity/AllowConnectedDevices
    • Set the Data type to Integer.
    • Enter the value
      • 1. To Allow Connected Devices
      • To Block Connected Devices
  • After entering the above details, click the Save button
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune - Fig.14
How to Stop Bluetooth and Cloud Device Sync using CDP Policy in Intune – Fig.14

Need Further Assistance or Have Technical Questions?

Join the LinkedIn Page and Telegram group to get the latest step-by-step guides and news updates. Join our Meetup Page to participate in User group meetings. Also, Join the WhatsApp Community to get the latest news on Microsoft Technologies. We are there on Reddit as well.

Author

Anoop C Nair has been Microsoft MVP from 2015 onwards for 10 consecutive years! He is a Workplace Solution Architect with more than 22+ years of experience in Workplace technologies. He is also a Blogger, Speaker, and Local User Group Community leader. His primary focus is on Device Management technologies like SCCM and Intune. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security, Career, etc

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Simplify Windows Devices to Run Only the Required Applications using Intune

Key Takeaways Hey, let’s learn about Simplify Windows Devices to Run Only the Required Applications using Intune. This policy lets administrators replace the default windows shell with a custom or lightweight shell. it improves performance by using system resources and is useful for devices that run a dedicated application. If the policy is disabled or […]

AC Anoop C Nair 8 min read
Intune

Enhance macOS Compliance with Custom Security and Compliance Checks to Improve Device Security using Microsoft Intune

Key Takeaways In this post we are discussing about Enhance macOS Compliance with Custom Security and Compliance Checks to Improve Device Security using Microsoft Intune. Microsoft has announced the general availability of Custom Compliance Settings for macOS in Microsoft Intune. The feature helps organizations strengthen security controls while supporting many types of macOS management scenarios. […]

AC Anoop C Nair 4 min read
Intune

Manage Samsung Galaxy Firmware Versions to Improve Security and Compliance using Microsoft Intune

Key Takeaways In this post we are discussing Manage Samsung Galaxy Firmware Versions to Improve Security and Compliance using Microsoft Intune. Microsoft Intune has received a new update that expands firmware management capabilities for Samsung Galaxy devices through Firmware Versionsintegration. This enhancement gives IT administrators more control over firmware and operating system updates, helping them […]

AC Anoop C Nair 4 min read
Intune

MS Intune Adds Windows Registry Data Collection to Device Inventory for Single Values All Key Values and Subkeys

Key Takeaways Microsoft Intune 2607 introduces Windows Registry Data collection in Device Inventory, allowing IT admins to verify actual device configurations without relying on custom discovery or remediation scripts. Using the Properties Catalog, admins can collect registry information through Single Value, All Values Under a Key (Non-Recursive), or Same Value Across Subkeys. MS Intune Adds […]

AC Anoop C Nair 5 min read