From 634594143b237c60cf86e43cd17873e6c5f3d5b5 Mon Sep 17 00:00:00 2001 From: "Vinay Pamnani (from Dev Box)" Date: Fri, 21 Mar 2025 11:21:55 -0600 Subject: [PATCH 1/9] Add RemoteRemediation CSP --- .../mdm/policy-csp-admx-desktop.md | 4 +- .../mdm/remoteremediation-csp.md | 598 ++++++++++++++++++ .../mdm/remoteremediation-ddf-file.md | 513 +++++++++++++++ windows/client-management/mdm/toc.yml | 5 + 4 files changed, 1118 insertions(+), 2 deletions(-) create mode 100644 windows/client-management/mdm/remoteremediation-csp.md create mode 100644 windows/client-management/mdm/remoteremediation-ddf-file.md diff --git a/windows/client-management/mdm/policy-csp-admx-desktop.md b/windows/client-management/mdm/policy-csp-admx-desktop.md index 89fc9aff2b..4dbafefca9 100644 --- a/windows/client-management/mdm/policy-csp-admx-desktop.md +++ b/windows/client-management/mdm/policy-csp-admx-desktop.md @@ -1,7 +1,7 @@ --- title: ADMX_Desktop Policy CSP description: Learn more about the ADMX_Desktop Area in Policy CSP. -ms.date: 03/12/2025 +ms.date: 03/20/2025 ms.topic: generated-reference --- @@ -224,7 +224,7 @@ This setting prevents users from trying to enable or disable Active Desktop whil If you disable this setting or don't configure it, Active Desktop is disabled by default, but users can enable it. > [!NOTE] -> If both the "Enable Active Desktop" setting and the "Disable Active Desktop" setting are enabled, the "Disable Active Desktop" setting is ignored. If the "Turn on Classic Shell" setting (in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, Active Desktop is disabled, and both of these policies are ignored. +> If both the "Enable Active Desktop" setting and the "Disable Active Desktop" setting are enabled, the "Disable Active Desktop" setting is ignored. If the "Turn on Classic Shell" setting ( in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, Active Desktop is disabled, and both of these policies are ignored. diff --git a/windows/client-management/mdm/remoteremediation-csp.md b/windows/client-management/mdm/remoteremediation-csp.md new file mode 100644 index 0000000000..5fbedff3ef --- /dev/null +++ b/windows/client-management/mdm/remoteremediation-csp.md @@ -0,0 +1,598 @@ +--- +title: RemoteRemediation CSP +description: Learn more about the RemoteRemediation CSP. +ms.date: 03/20/2025 +ms.topic: generated-reference +--- + + + + +# RemoteRemediation CSP + + + + + + +The following list shows the RemoteRemediation configuration service provider nodes: + +- ./Vendor/MSFT/RemoteRemediation + - [CloudRemediationSettings](#cloudremediationsettings) + - [AutoRemediationSettings](#cloudremediationsettingsautoremediationsettings) + - [EnableAutoRemediation](#cloudremediationsettingsautoremediationsettingsenableautoremediation) + - [SetRetryInterval](#cloudremediationsettingsautoremediationsettingssetretryinterval) + - [SetTimeToReboot](#cloudremediationsettingsautoremediationsettingssettimetoreboot) + - [EnableCloudRemediation](#cloudremediationsettingsenablecloudremediation) + - [NetworkSettings](#cloudremediationsettingsnetworksettings) + - [NetworkCredentials](#cloudremediationsettingsnetworksettingsnetworkcredentials) + - [NetworkPassword](#cloudremediationsettingsnetworksettingsnetworkcredentialsnetworkpassword) + - [NetworkPasswordEncryptionStore](#cloudremediationsettingsnetworksettingsnetworkcredentialsnetworkpasswordencryptionstore) + - [NetworkPasswordEncryptionType](#cloudremediationsettingsnetworksettingsnetworkcredentialsnetworkpasswordencryptiontype) + - [NetworkSSID](#cloudremediationsettingsnetworksettingsnetworkcredentialsnetworkssid) + - [EnableHeadless](#enableheadless) + + + +## CloudRemediationSettings + + +| 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/CloudRemediationSettings +``` + + + + +Interior node containing settings related to cloud remediation. Delete on this node will reset all cloud remediation settings to their default values. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `node` | +| Access Type | Add, Delete, Get, Replace | +| Atomic Required | True | + + + + + + + + + +### CloudRemediationSettings/AutoRemediationSettings + + +| 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/CloudRemediationSettings/AutoRemediationSettings +``` + + + + +Interior node containing settings related to auto remediation. Delete on this node will reset all auto remediation settings to their default values. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `node` | +| Access Type | Add, Delete, Get, Replace | + + + + + + + + + +#### CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation + + +| 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/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation +``` + + + + +Interior node containing settings related to auto remediation. Delete on this node will reset all auto remediation settings to their default values. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `bool` | +| Access Type | Add, Delete, Get, Replace | +| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/EnableCloudRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| + + + +**Allowed values**: + +| Value | Description | +|:--|:--| +| true | Auto remediation enabled. | +| false | Auto remediation disabled. | + + + + + + + + + +#### CloudRemediationSettings/AutoRemediationSettings/SetRetryInterval + + +| 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/CloudRemediationSettings/AutoRemediationSettings/SetRetryInterval +``` + + + + +Get/set the retry interval (in minutes) during auto cloud remediation. The retry interval shouldn't be higher than the time to reboot. "SetRetryInterval" is dependent on "EnableAutoRemediation" and only takes effect if "EnableAutoRemediation" is set to true. Otherwise, an invalid argument error will be returned and no changes will be made. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `int` | +| Access Type | Add, Delete, Get, Replace | +| Allowed Values | Range: `[1,4320]` | +| Dependency [EnableAutoRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| + + + + + + + + + +#### CloudRemediationSettings/AutoRemediationSettings/SetTimeToReboot + + +| 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/CloudRemediationSettings/AutoRemediationSettings/SetTimeToReboot +``` + + + + +Get/set the time to reboot (in minutes) during auto cloud remediation. The maximum time to reboot possible is 72 hours. "SetTimeToReboot" is dependent on "EnableAutoRemediation" and only takes effect if "EnableAutoRemediation" is set to true. Otherwise an invalid argument error will be returned and no changes will be made. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `int` | +| Access Type | Add, Delete, Get, Replace | +| Allowed Values | Range: `[1-4320]` | +| Dependency [EnableAutoRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| + + + + + + + + + +### CloudRemediationSettings/EnableCloudRemediation + + +| 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/CloudRemediationSettings/EnableCloudRemediation +``` + + + + +Enable or disable cloud remediation. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `bool` | +| Access Type | Add, Delete, Get, Replace | + + + +**Allowed values**: + +| Value | Description | +|:--|:--| +| true | Cloud remediation enabled. | +| false | Cloud remediation disabled. | + + + + + + + + + +### CloudRemediationSettings/NetworkSettings + + +| 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/CloudRemediationSettings/NetworkSettings +``` + + + + +Interior node containing settings related to network. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `node` | +| Access Type | Add, Delete, Get, Replace | + + + + + + + + + +#### CloudRemediationSettings/NetworkSettings/NetworkCredentials + + +| 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/CloudRemediationSettings/NetworkSettings/NetworkCredentials +``` + + + + +Interior node containing settings related to network credentials. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `node` | +| Access Type | Add, Delete, Get, Replace | + + + + + + + + + +##### CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkPassword + + +| 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/CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkPassword +``` + + + + +Get/Set the password for the wifi network that cloud remediation will attempt to connect during cloud remediation. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `chr` (string) | +| Access Type | Add, Delete, Get, Replace | +| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| + + + + + + + + + +##### CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkPasswordEncryptionStore + + +| 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/CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkPasswordEncryptionStore +``` + + + + +The encryption store that's specified if we are using a custom certificate for password encryption. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `chr` (string) | +| Access Type | Add, Delete, Get, Replace | +| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| + + + + + + + + + +##### CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkPasswordEncryptionType + + +| 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/CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkPasswordEncryptionType +``` + + + + +The type of encryption that might be used for the entwork password. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `int` | +| Access Type | Add, Delete, Get, Replace | +| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| + + + +**Allowed values**: + +| Value | Description | +|:--|:--| +| 1 | No encryption. | +| 2 | Encrypt using Mdm certificate. | +| 3 | Encrypt with custom certificate. | + + + + + + + + + +##### CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkSSID + + +| 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/CloudRemediationSettings/NetworkSettings/NetworkCredentials/NetworkSSID +``` + + + + +Get/Set the network SSID that cloud remediation will attempt to connect to during remediation. + + + + + + + +**Description framework properties**: + +| Property name | Property value | +|:--|:--| +| Format | `chr` (string) | +| Access Type | Add, Delete, Get, Replace | +| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| + + + + + + + + + +## 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. | + + + + + + + + + + + + + + +## Related articles + +[Configuration service provider reference](configuration-service-provider-reference.md) diff --git a/windows/client-management/mdm/remoteremediation-ddf-file.md b/windows/client-management/mdm/remoteremediation-ddf-file.md new file mode 100644 index 0000000000..adcda9fd89 --- /dev/null +++ b/windows/client-management/mdm/remoteremediation-ddf-file.md @@ -0,0 +1,513 @@ +--- +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.topic: generated-reference +--- + + + +# RemoteRemediation DDF file + +The following XML file contains the device description framework (DDF) for the RemoteRemediation configuration service provider. + +```xml + +]> + + 1.2 + + + + RemoteRemediation + ./Vendor/MSFT + + + + + The root node for remote remediation function. + + + + + + + + + + + + + + 10.0.22621 + 1.0 + 0x4;0x1B;0x30;0x31;0x48;0x54;0x62;0x63;0x64;0x65;0x77;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x87;0x88;0x88*;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xB4;0xBC;0xBD;0xBF;0xCA;0xCB; + + + + CloudRemediationSettings + + + + + + + + Interior node containing settings related to cloud remediation. Delete on this node will reset all cloud remediation settings to their default values. + + + + + + + + + + + + + + + + EnableCloudRemediation + + + + + + + + Enable or disable cloud remediation. + + + + + + + + + + + + + + + true + Cloud remediation enabled + + + false + Cloud remediation disabled + + + + + + AutoRemediationSettings + + + + + + + + Interior node containing settings related to auto remediation. Delete on this node will reset all auto remediation settings to their default values. + + + + + + + + + + + + + + + EnableAutoRemediation + + + + + + + + Interior node containing settings related to auto remediation. Delete on this node will reset all auto remediation settings to their default values. + + + + + + + + + + + + + + + true + Auto remediation enabled + + + false + Auto remediation disabled + + + + + + Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/EnableCloudRemediation + + + true + Cloud remediation enabled + + + + + + + + + SetTimeToReboot + + + + + + + + Get/set the time to reboot (in minutes) during auto cloud remediation. The maximum time to reboot possible is 72 hours. "SetTimeToReboot" is dependent on "EnableAutoRemediation" and only takes effect if "EnableAutoRemediation" is set to true. Otherwise an invalid argument error will be returned and no changes will be made. + + + + + + + + + + + + + + [1-4320] + + + + + Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation + + + true + Auto remediation enabled + + + + + + + + + SetRetryInterval + + + + + + + + Get/set the retry interval (in minutes) during auto cloud remediation. The retry interval should not be higher than the time to reboot. "SetRetryInterval" is dependent on "EnableAutoRemediation" and only takes effect if "EnableAutoRemediation" is set to true. Otherwise, an invalid argument error will be returned and no changes will be made. + + + + + + + + + + + + + + [1,4320] + + + + + Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation + + + true + Auto remediation enabled + + + + + + + + + + NetworkSettings + + + + + + + + Interior node containing settings related to network. + + + + + + + + + + + + + + + NetworkCredentials + + + + + + + + Interior node containing settings related to network credentials. + + + + + + + + + + + + + + + NetworkSSID + + + + + + + + Get/Set the network SSID that cloud remediation will attempt to connect to during remediation. + + + + + + + + + + + + + + + + + + Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation + + + true + Cloud remediation enabled + + + + + + + + + NetworkPassword + + + + + + + + Get/Set the password for the wifi network that cloud remediation will attempt to connect during cloud remediation. + + + + + + + + + + + + + + + + + + Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation + + + true + Cloud remediation enabled + + + + + + + + + NetworkPasswordEncryptionType + + + + + + + + The type of encryption that might be used for the entwork password. + + + + + + + + + + + + + + + 1 + No encryption + + + 2 + Encrypt using Mdm certificate + + + 3 + Encrypt with custom certificate + + + + + + Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation + + + true + Cloud remediation enabled + + + + + + + + + NetworkPasswordEncryptionStore + + + + + + + + The encryption store that is specified if we are using a custom certificate for password encryption. + + + + + + + + + + + + + + + + + + Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation + + + true + Cloud remediation enabled + + + + + + + + + + + + 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 + + + + + + +``` + +## Related articles + +[RemoteRemediation configuration service provider reference](remoteremediation-csp.md) diff --git a/windows/client-management/mdm/toc.yml b/windows/client-management/mdm/toc.yml index 4b5c7ff09c..28c696c112 100644 --- a/windows/client-management/mdm/toc.yml +++ b/windows/client-management/mdm/toc.yml @@ -866,6 +866,11 @@ items: items: - name: RemoteFind DDF file href: remotefind-ddf-file.md + - name: RemoteRemediation + href: remoteremediation-csp.md + items: + - name: RemoteRemediation DDF file + href: remoteremediation-ddf-file.md - name: RemoteWipe href: remotewipe-csp.md items: From 365076ab1399b864fa19b012349d404f1c1b279f Mon Sep 17 00:00:00 2001 From: "Vinay Pamnani (from Dev Box)" Date: Fri, 21 Mar 2025 12:45:25 -0600 Subject: [PATCH 2/9] Updates --- .../mdm/remoteremediation-csp.md | 53 +------------------ .../mdm/remoteremediation-ddf-file.md | 36 +------------ 2 files changed, 3 insertions(+), 86 deletions(-) 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 - - - - ``` From 1df525fd6a7ad79330ecb033fd0abaa80fcdad33 Mon Sep 17 00:00:00 2001 From: "Vinay Pamnani (from Dev Box)" Date: Mon, 24 Mar 2025 14:03:57 -0600 Subject: [PATCH 3/9] Update --- .../mdm/remoteremediation-csp.md | 28 +++++++++---------- .../mdm/remoteremediation-ddf-file.md | 8 +++--- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/windows/client-management/mdm/remoteremediation-csp.md b/windows/client-management/mdm/remoteremediation-csp.md index af06c7ca2d..be65158534 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/21/2025 +ms.date: 03/24/2025 ms.topic: generated-reference --- @@ -38,7 +38,7 @@ The following list shows the RemoteRemediation configuration service provider no | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -78,7 +78,7 @@ Interior node containing settings related to cloud remediation. Delete on this n | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -117,7 +117,7 @@ Interior node containing settings related to auto remediation. Delete on this no | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -128,7 +128,7 @@ Interior node containing settings related to auto remediation. Delete on this no -Interior node containing settings related to auto remediation. Delete on this node will reset all auto remediation settings to their default values. +Enabled or disable auto remediation. @@ -166,7 +166,7 @@ Interior node containing settings related to auto remediation. Delete on this no | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -207,7 +207,7 @@ Get/set the retry interval (in minutes) during auto cloud remediation. The retry | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -248,7 +248,7 @@ Get/set the time to reboot (in minutes) during auto cloud remediation. The maxim | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -296,7 +296,7 @@ Enable or disable cloud remediation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -335,7 +335,7 @@ Interior node containing settings related to network. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -374,7 +374,7 @@ Interior node containing settings related to network credentials. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -414,7 +414,7 @@ Get/Set the password for the wifi network that cloud remediation will attempt to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -454,7 +454,7 @@ The encryption store that's specified if we are using a custom certificate for p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | @@ -504,7 +504,7 @@ The type of encryption that might be used for the network password. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | diff --git a/windows/client-management/mdm/remoteremediation-ddf-file.md b/windows/client-management/mdm/remoteremediation-ddf-file.md index 184602cb4f..66ba44cb57 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/21/2025 +ms.date: 03/24/2025 ms.topic: generated-reference --- @@ -39,7 +39,7 @@ The following XML file contains the device description framework (DDF) for the R - 10.0.22621 + 10.0.26100 1.0 0x4;0x1B;0x30;0x31;0x48;0x54;0x62;0x63;0x64;0x65;0x77;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x87;0x88;0x88*;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xB4;0xBC;0xBD;0xBF;0xCA;0xCB; @@ -134,7 +134,7 @@ The following XML file contains the device description framework (DDF) for the R - Interior node containing settings related to auto remediation. Delete on this node will reset all auto remediation settings to their default values. + Enabled or disable auto remediation. @@ -386,7 +386,7 @@ The following XML file contains the device description framework (DDF) for the R - The type of encryption that might be used for the entwork password. + The type of encryption that might be used for the network password. From a1141335d512de4cb76aac7c38fa2ec0431a2ea5 Mon Sep 17 00:00:00 2001 From: "Vinay Pamnani (from Dev Box)" Date: Wed, 26 Mar 2025 15:04:14 -0600 Subject: [PATCH 4/9] Update applicability --- .../mdm/policies-in-preview.md | 13 +++++++- .../mdm/remoteremediation-csp.md | 30 ++++++++++--------- .../mdm/remoteremediation-ddf-file.md | 6 ++-- 3 files changed, 31 insertions(+), 18 deletions(-) diff --git a/windows/client-management/mdm/policies-in-preview.md b/windows/client-management/mdm/policies-in-preview.md index b3ead6b748..26e00d9b59 100644 --- a/windows/client-management/mdm/policies-in-preview.md +++ b/windows/client-management/mdm/policies-in-preview.md @@ -1,7 +1,7 @@ --- title: Configuration service provider preview policies description: Learn more about configuration service provider (CSP) policies that are available for Windows Insider Preview. -ms.date: 02/13/2025 +ms.date: 03/26/2025 ms.topic: generated-reference --- @@ -141,6 +141,17 @@ This article lists the policies that are applicable for Windows Insider Preview - [TS_SERVER_REMOTEAPP_USE_SHELLAPPRUNTIME](policy-csp-remotedesktopservices.md#ts_server_remoteapp_use_shellappruntime) +## RemoteRemediation CSP + +- [EnableCloudRemediation](remoteremediation-csp.md#cloudremediationsettingsenablecloudremediation) +- [EnableAutoRemediation](remoteremediation-csp.md#cloudremediationsettingsautoremediationsettingsenableautoremediation) +- [SetTimeToReboot](remoteremediation-csp.md#cloudremediationsettingsautoremediationsettingssettimetoreboot) +- [SetRetryInterval](remoteremediation-csp.md#cloudremediationsettingsautoremediationsettingssetretryinterval) +- [NetworkSSID](remoteremediation-csp.md#cloudremediationsettingsnetworksettingsnetworkcredentialsnetworkssid) +- [NetworkPassword](remoteremediation-csp.md#cloudremediationsettingsnetworksettingsnetworkcredentialsnetworkpassword) +- [NetworkPasswordEncryptionType](remoteremediation-csp.md#cloudremediationsettingsnetworksettingsnetworkcredentialsnetworkpasswordencryptiontype) +- [NetworkPasswordEncryptionStore](remoteremediation-csp.md#cloudremediationsettingsnetworksettingsnetworkcredentialsnetworkpasswordencryptionstore) + ## SettingsSync - [EnableWindowsbackup](policy-csp-settingssync.md#enablewindowsbackup) diff --git a/windows/client-management/mdm/remoteremediation-csp.md b/windows/client-management/mdm/remoteremediation-csp.md index be65158534..d19c21521d 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/24/2025 +ms.date: 03/26/2025 ms.topic: generated-reference --- @@ -10,6 +10,8 @@ ms.topic: generated-reference # RemoteRemediation CSP +[!INCLUDE [Windows Insider tip](includes/mdm-insider-csp-note.md)] + @@ -38,7 +40,7 @@ The following list shows the RemoteRemediation configuration service provider no | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -78,7 +80,7 @@ Interior node containing settings related to cloud remediation. Delete on this n | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -117,7 +119,7 @@ Interior node containing settings related to auto remediation. Delete on this no | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -128,7 +130,7 @@ Interior node containing settings related to auto remediation. Delete on this no -Enabled or disable auto remediation. +Enable or disable auto remediation. @@ -166,7 +168,7 @@ Enabled or disable auto remediation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -207,7 +209,7 @@ Get/set the retry interval (in minutes) during auto cloud remediation. The retry | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -248,7 +250,7 @@ Get/set the time to reboot (in minutes) during auto cloud remediation. The maxim | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -296,7 +298,7 @@ Enable or disable cloud remediation. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -335,7 +337,7 @@ Interior node containing settings related to network. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -374,7 +376,7 @@ Interior node containing settings related to network credentials. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -414,7 +416,7 @@ Get/Set the password for the wifi network that cloud remediation will attempt to | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -454,7 +456,7 @@ The encryption store that's specified if we are using a custom certificate for p | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | @@ -504,7 +506,7 @@ The type of encryption that might be used for the network password. | Scope | Editions | Applicable OS | |:--|:--|:--| -| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 24H2 [10.0.26100] and later | +| ✅ Device
❌ User | ✅ Pro
✅ Enterprise
✅ Education
✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview | diff --git a/windows/client-management/mdm/remoteremediation-ddf-file.md b/windows/client-management/mdm/remoteremediation-ddf-file.md index 66ba44cb57..0cd36d957d 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/24/2025 +ms.date: 03/26/2025 ms.topic: generated-reference --- @@ -39,7 +39,7 @@ The following XML file contains the device description framework (DDF) for the R - 10.0.26100 + 99.9.99999 1.0 0x4;0x1B;0x30;0x31;0x48;0x54;0x62;0x63;0x64;0x65;0x77;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x87;0x88;0x88*;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xB4;0xBC;0xBD;0xBF;0xCA;0xCB; @@ -134,7 +134,7 @@ The following XML file contains the device description framework (DDF) for the R - Enabled or disable auto remediation. + Enable or disable auto remediation. From 76c5b7b81e86078f831bd333a93ad815179250dd Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Thu, 27 Mar 2025 03:14:30 +0530 Subject: [PATCH 5/9] remove extra space --- windows/client-management/mdm/policy-csp-admx-desktop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/policy-csp-admx-desktop.md b/windows/client-management/mdm/policy-csp-admx-desktop.md index 4dbafefca9..ccec5d53d6 100644 --- a/windows/client-management/mdm/policy-csp-admx-desktop.md +++ b/windows/client-management/mdm/policy-csp-admx-desktop.md @@ -224,7 +224,7 @@ This setting prevents users from trying to enable or disable Active Desktop whil If you disable this setting or don't configure it, Active Desktop is disabled by default, but users can enable it. > [!NOTE] -> If both the "Enable Active Desktop" setting and the "Disable Active Desktop" setting are enabled, the "Disable Active Desktop" setting is ignored. If the "Turn on Classic Shell" setting ( in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, Active Desktop is disabled, and both of these policies are ignored. +> If both the "Enable Active Desktop" setting and the "Disable Active Desktop" setting are enabled, the "Disable Active Desktop" setting is ignored. If the "Turn on Classic Shell" setting (in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, Active Desktop is disabled, and both of these policies are ignored. From f22917cb7bb92a1638e24adbc075178926ccc0b7 Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Thu, 27 Mar 2025 03:46:14 +0530 Subject: [PATCH 6/9] pencil edit --- windows/client-management/mdm/remoteremediation-csp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/client-management/mdm/remoteremediation-csp.md b/windows/client-management/mdm/remoteremediation-csp.md index d19c21521d..76a1a0bc8e 100644 --- a/windows/client-management/mdm/remoteremediation-csp.md +++ b/windows/client-management/mdm/remoteremediation-csp.md @@ -441,7 +441,7 @@ The encryption store that's specified if we are using a custom certificate for p |:--|:--| | Format | `chr` (string) | | Access Type | Add, Delete, Get, Replace | -| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| +| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| @@ -481,7 +481,7 @@ The type of encryption that might be used for the network password. |:--|:--| | Format | `int` | | Access Type | Add, Delete, Get, Replace | -| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| +| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| From da1821edcaee1f5459c0aed2ec6b8a53d89c1c97 Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Thu, 27 Mar 2025 05:03:46 +0530 Subject: [PATCH 7/9] back to original --- .../client-management/mdm/remoteremediation-csp.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/windows/client-management/mdm/remoteremediation-csp.md b/windows/client-management/mdm/remoteremediation-csp.md index 76a1a0bc8e..474af24d2c 100644 --- a/windows/client-management/mdm/remoteremediation-csp.md +++ b/windows/client-management/mdm/remoteremediation-csp.md @@ -85,7 +85,7 @@ Interior node containing settings related to cloud remediation. Delete on this n ```Device -./Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings +./Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings ``` @@ -124,7 +124,7 @@ Interior node containing settings related to auto remediation. Delete on this no ```Device -./Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation +./Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation ``` @@ -194,7 +194,7 @@ Get/set the retry interval (in minutes) during auto cloud remediation. The retry | Format | `int` | | Access Type | Add, Delete, Get, Replace | | Allowed Values | Range: `[1,4320]` | -| Dependency [EnableAutoRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| +| Dependency [EnableAutoRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| @@ -401,7 +401,7 @@ Get/Set the password for the wifi network that cloud remediation will attempt to |:--|:--| | Format | `chr` (string) | | Access Type | Add, Delete, Get, Replace | -| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| +| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| @@ -441,7 +441,7 @@ The encryption store that's specified if we are using a custom certificate for p |:--|:--| | Format | `chr` (string) | | Access Type | Add, Delete, Get, Replace | -| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| +| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| @@ -481,7 +481,7 @@ The type of encryption that might be used for the network password. |:--|:--| | Format | `int` | | Access Type | Add, Delete, Get, Replace | -| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| +| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| @@ -531,7 +531,7 @@ Get/Set the network SSID that cloud remediation will attempt to connect to durin |:--|:--| | Format | `chr` (string) | | Access Type | Add, Delete, Get, Replace | -| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| +| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| From 6a34e45d34177a71c71275cce4c094058842dc58 Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Thu, 27 Mar 2025 05:05:03 +0530 Subject: [PATCH 8/9] back to original --- windows/client-management/mdm/policy-csp-admx-desktop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/policy-csp-admx-desktop.md b/windows/client-management/mdm/policy-csp-admx-desktop.md index ccec5d53d6..4dbafefca9 100644 --- a/windows/client-management/mdm/policy-csp-admx-desktop.md +++ b/windows/client-management/mdm/policy-csp-admx-desktop.md @@ -224,7 +224,7 @@ This setting prevents users from trying to enable or disable Active Desktop whil If you disable this setting or don't configure it, Active Desktop is disabled by default, but users can enable it. > [!NOTE] -> If both the "Enable Active Desktop" setting and the "Disable Active Desktop" setting are enabled, the "Disable Active Desktop" setting is ignored. If the "Turn on Classic Shell" setting (in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, Active Desktop is disabled, and both of these policies are ignored. +> If both the "Enable Active Desktop" setting and the "Disable Active Desktop" setting are enabled, the "Disable Active Desktop" setting is ignored. If the "Turn on Classic Shell" setting ( in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, Active Desktop is disabled, and both of these policies are ignored. From 7d02dd980b2da128bf3300de713e0bac4fef357e Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Thu, 27 Mar 2025 05:09:18 +0530 Subject: [PATCH 9/9] back to original --- windows/client-management/mdm/remoteremediation-csp.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/windows/client-management/mdm/remoteremediation-csp.md b/windows/client-management/mdm/remoteremediation-csp.md index 474af24d2c..d19c21521d 100644 --- a/windows/client-management/mdm/remoteremediation-csp.md +++ b/windows/client-management/mdm/remoteremediation-csp.md @@ -85,7 +85,7 @@ Interior node containing settings related to cloud remediation. Delete on this n ```Device -./Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings +./Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings ``` @@ -124,7 +124,7 @@ Interior node containing settings related to auto remediation. Delete on this no ```Device -./Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation +./Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation ``` @@ -194,7 +194,7 @@ Get/set the retry interval (in minutes) during auto cloud remediation. The retry | Format | `int` | | Access Type | Add, Delete, Get, Replace | | Allowed Values | Range: `[1,4320]` | -| Dependency [EnableAutoRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| +| Dependency [EnableAutoRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| @@ -401,7 +401,7 @@ Get/Set the password for the wifi network that cloud remediation will attempt to |:--|:--| | Format | `chr` (string) | | Access Type | Add, Delete, Get, Replace | -| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| +| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| @@ -531,7 +531,7 @@ Get/Set the network SSID that cloud remediation will attempt to connect to durin |:--|:--| | Format | `chr` (string) | | Access Type | Add, Delete, Get, Replace | -| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings//AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
| +| Dependency [EnableCloudRemediation] | Dependency Type: `DependsOn`
Dependency URI: `Vendor/MSFT/RemoteRemediation/CloudRemediationSettings/AutoRemediationSettings/EnableAutoRemediation`
Dependency Allowed Value: `true`
Dependency Allowed Value Type: `ENUM`
|