This commit is contained in:
Vinay Pamnani (from Dev Box)
2025-03-21 12:45:25 -06:00
parent 634594143b
commit 365076ab13
2 changed files with 3 additions and 86 deletions

View File

@ -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)
<!-- RemoteRemediation-Tree-End -->
<!-- Device-CloudRemediationSettings-Begin -->
@ -466,7 +465,7 @@ The encryption store that's specified if we are using a custom certificate for p
<!-- Device-CloudRemediationSettings-NetworkSettings-NetworkCredentials-NetworkPasswordEncryptionType-Description-Begin -->
<!-- Description-Source-DDF -->
The type of encryption that might be used for the entwork password.
The type of encryption that might be used for the network password.
<!-- Device-CloudRemediationSettings-NetworkSettings-NetworkCredentials-NetworkPasswordEncryptionType-Description-End -->
<!-- Device-CloudRemediationSettings-NetworkSettings-NetworkCredentials-NetworkPasswordEncryptionType-Editable-Begin -->
@ -539,54 +538,6 @@ Get/Set the network SSID that cloud remediation will attempt to connect to durin
<!-- Device-CloudRemediationSettings-NetworkSettings-NetworkCredentials-NetworkSSID-End -->
<!-- Device-EnableHeadless-Begin -->
## EnableHeadless
<!-- Device-EnableHeadless-Applicability-Begin -->
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| ✅ Device <br> ❌ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later |
<!-- Device-EnableHeadless-Applicability-End -->
<!-- Device-EnableHeadless-OmaUri-Begin -->
```Device
./Vendor/MSFT/RemoteRemediation/EnableHeadless
```
<!-- Device-EnableHeadless-OmaUri-End -->
<!-- Device-EnableHeadless-Description-Begin -->
<!-- Description-Source-DDF -->
Enable or disable headless mode. Note that if true, then during remediation, there will be no opportunity for user interaction.
<!-- Device-EnableHeadless-Description-End -->
<!-- Device-EnableHeadless-Editable-Begin -->
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
<!-- Device-EnableHeadless-Editable-End -->
<!-- Device-EnableHeadless-DFProperties-Begin -->
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | `bool` |
| Access Type | Add, Delete, Get, Replace |
<!-- Device-EnableHeadless-DFProperties-End -->
<!-- Device-EnableHeadless-AllowedValues-Begin -->
**Allowed values**:
| Value | Description |
|:--|:--|
| true | Headless remediation enabled. |
| false | Headless remediation disabled. |
<!-- Device-EnableHeadless-AllowedValues-End -->
<!-- Device-EnableHeadless-Examples-Begin -->
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
<!-- Device-EnableHeadless-Examples-End -->
<!-- Device-EnableHeadless-End -->
<!-- RemoteRemediation-CspMoreInfo-Begin -->
<!-- Add any additional information about this CSP here. Anything outside this section will get overwritten. -->
<!-- RemoteRemediation-CspMoreInfo-End -->

View File

@ -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
</Node>
</Node>
</Node>
<Node>
<NodeName>EnableHeadless</NodeName>
<DFProperties>
<AccessType>
<Add />
<Delete />
<Get />
<Replace />
</AccessType>
<Description>Enable or disable headless mode. Note that if true, then during remediation, there will be no opportunity for user interaction</Description>
<DFFormat>
<bool />
</DFFormat>
<Occurrence>
<One />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFType>
<MIME />
</DFType>
<MSFT:AllowedValues ValueType="ENUM">
<MSFT:Enum>
<MSFT:Value>true</MSFT:Value>
<MSFT:ValueDescription>Headless remediation enabled</MSFT:ValueDescription>
</MSFT:Enum>
<MSFT:Enum>
<MSFT:Value>false</MSFT:Value>
<MSFT:ValueDescription>Headless remediation disabled</MSFT:ValueDescription>
</MSFT:Enum>
</MSFT:AllowedValues>
</DFProperties>
</Node>
</Node>
</MgmtTree>
```