diff --git a/windows/client-management/mdm/remotering-csp.md b/windows/client-management/mdm/remotering-csp.md
deleted file mode 100644
index 8441794a46..0000000000
--- a/windows/client-management/mdm/remotering-csp.md
+++ /dev/null
@@ -1,75 +0,0 @@
----
-title: RemoteRing CSP
-description: The RemoteRing CSP can be used to remotely trigger a device to produce an audible ringing sound regardless of the volume that's set on the device.
-ms.assetid: 70015243-c07f-46cb-a0f9-4b4ad13a5609
-ms.reviewer:
-manager: dansimp
-ms.author: dansimp
-ms.topic: article
-ms.prod: w10
-ms.technology: windows
-author: dansimp
-ms.date: 06/26/2017
----
-
-# RemoteRing CSP
-
-The table below shows the applicability of Windows:
-
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
-
-You can use the RemoteRing configuration service provider to remotely trigger a device to produce an audible ringing sound, regardless of the volume that is set on the device.
-
-The following DDF format shows the RemoteRing configuration service provider in tree format.
-```
-./User/Vendor/MSFT
-RemoteRing
-----Ring
-
-
-./Device/Vendor/MSFT
-Root
-
-
-./User/Vendor/MSFT
-./Device/Vendor/MSFT
-RemoteRing
-----Ring
-```
-**Ring**
-Required. The node accepts requests to ring the device.
-
-The supported operation is Exec.
-
-## Examples
-
-The following sample shows how to initiate a remote ring on the device.
-
-```xml
-
- 5
- -
-
- ./Vendor/MSFT/RemoteRing/Ring
-
-
-
-```
-
-## Related topics
-
-[Configuration service provider reference](configuration-service-provider-reference.md)
-
-
-
-
-
-
-
-
diff --git a/windows/client-management/mdm/remotering-ddf-file.md b/windows/client-management/mdm/remotering-ddf-file.md
deleted file mode 100644
index ccf9b12038..0000000000
--- a/windows/client-management/mdm/remotering-ddf-file.md
+++ /dev/null
@@ -1,106 +0,0 @@
----
-title: RemoteRing DDF file
-description: This topic shows the OMA DM device description framework (DDF) for the RemoteRing configuration service provider. DDF files are used only with OMA DM provisioning XML.
-ms.assetid: 6815267F-212B-4370-8B72-A457E8000F7B
-ms.reviewer:
-manager: dansimp
-ms.author: dansimp
-ms.topic: article
-ms.prod: w10
-ms.technology: windows
-author: dansimp
-ms.date: 12/05/2017
----
-
-# RemoteRing DDF file
-
-This topic shows the OMA DM device description framework (DDF) for the **RemoteRing** configuration service provider. DDF files are used only with OMA DM provisioning XML.
-
-Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
-
-The XML below is the current version for this CSP.
-
-```xml
-
-]>
-
- 1.2
-
- RemoteRing
- ./User/Vendor/MSFT
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Ring
-
-
-
-
- Required. The node accepts requests to ring the device. The supported operation is Exec.
-
-
-
-
-
-
-
-
-
-
- text/plain
-
-
-
-
-
- Root
- ./Device/Vendor/MSFT
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-## Related topics
-
-[Remotering csp](remotering-csp.md)
-
-
-
-
-
-
-
-