diff --git a/windows/client-management/mdm/remoteremediation-csp.md b/windows/client-management/mdm/remoteremediation-csp.md
index 5fbedff3ef..af06c7ca2d 100644
--- a/windows/client-management/mdm/remoteremediation-csp.md
+++ b/windows/client-management/mdm/remoteremediation-csp.md
@@ -1,7 +1,7 @@
---
title: RemoteRemediation CSP
description: Learn more about the RemoteRemediation CSP.
-ms.date: 03/20/2025
+ms.date: 03/21/2025
ms.topic: generated-reference
---
@@ -30,7 +30,6 @@ The following list shows the RemoteRemediation configuration service provider no
- [NetworkPasswordEncryptionStore](#cloudremediationsettingsnetworksettingsnetworkcredentialsnetworkpasswordencryptionstore)
- [NetworkPasswordEncryptionType](#cloudremediationsettingsnetworksettingsnetworkcredentialsnetworkpasswordencryptiontype)
- [NetworkSSID](#cloudremediationsettingsnetworksettingsnetworkcredentialsnetworkssid)
- - [EnableHeadless](#enableheadless)
@@ -466,7 +465,7 @@ The encryption store that's specified if we are using a custom certificate for p
-The type of encryption that might be used for the entwork password.
+The type of encryption that might be used for the network password.
@@ -539,54 +538,6 @@ Get/Set the network SSID that cloud remediation will attempt to connect to durin
-
-## EnableHeadless
-
-
-| Scope | Editions | Applicable OS |
-|:--|:--|:--|
-| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later |
-
-
-
-```Device
-./Vendor/MSFT/RemoteRemediation/EnableHeadless
-```
-
-
-
-
-Enable or disable headless mode. Note that if true, then during remediation, there will be no opportunity for user interaction.
-
-
-
-
-
-
-
-**Description framework properties**:
-
-| Property name | Property value |
-|:--|:--|
-| Format | `bool` |
-| Access Type | Add, Delete, Get, Replace |
-
-
-
-**Allowed values**:
-
-| Value | Description |
-|:--|:--|
-| true | Headless remediation enabled. |
-| false | Headless remediation disabled. |
-
-
-
-
-
-
-
-
diff --git a/windows/client-management/mdm/remoteremediation-ddf-file.md b/windows/client-management/mdm/remoteremediation-ddf-file.md
index adcda9fd89..184602cb4f 100644
--- a/windows/client-management/mdm/remoteremediation-ddf-file.md
+++ b/windows/client-management/mdm/remoteremediation-ddf-file.md
@@ -1,7 +1,7 @@
---
title: RemoteRemediation DDF file
description: View the XML file containing the device description framework (DDF) for the RemoteRemediation configuration service provider.
-ms.date: 03/20/2025
+ms.date: 03/21/2025
ms.topic: generated-reference
---
@@ -470,40 +470,6 @@ The following XML file contains the device description framework (DDF) for the R
-
- EnableHeadless
-
-
-
-
-
-
-
- Enable or disable headless mode. Note that if true, then during remediation, there will be no opportunity for user interaction
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
- Headless remediation enabled
-
-
- false
- Headless remediation disabled
-
-
-
-
```