From 2e1afb9ed17fb4578f211422b329c926b9ccb820 Mon Sep 17 00:00:00 2001
From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com>
Date: Fri, 17 Feb 2023 17:21:25 -0500
Subject: [PATCH] RemoteWipe CSP
---
.../client-management/mdm/remotewipe-csp.md | 509 +++++++++++++++---
.../mdm/remotewipe-ddf-file.md | 504 ++++++++++-------
2 files changed, 745 insertions(+), 268 deletions(-)
diff --git a/windows/client-management/mdm/remotewipe-csp.md b/windows/client-management/mdm/remotewipe-csp.md
index f1ad46c81f..71dc53b770 100644
--- a/windows/client-management/mdm/remotewipe-csp.md
+++ b/windows/client-management/mdm/remotewipe-csp.md
@@ -1,104 +1,487 @@
---
title: RemoteWipe CSP
-description: Learn how the RemoteWipe configuration service provider (CSP) can be used by mobile operators DM server or enterprise management server to remotely wipe a device.
-ms.reviewer:
+description: Learn more about the RemoteWipe CSP.
+author: vinaypamnani-msft
manager: aaroncz
ms.author: vinpa
-ms.topic: article
+ms.date: 02/17/2023
+ms.localizationpriority: medium
ms.prod: windows-client
ms.technology: itpro-manage
-author: vinaypamnani-msft
-ms.date: 08/13/2018
+ms.topic: reference
---
+
+
+
# RemoteWipe CSP
-The table below shows the applicability of Windows:
+
+
+The RemoteWipe configuration service provider can be used by mobile operators DM server or enterprise management server to remotely reset a device. The RemoteWipe configuration service provider can make the data stored in memory and hard disks difficult to recover if the device is remotely reset after being lost or stolen. Enterprise IT Professionals can update these settings by using the Exchange Server.
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|Yes|Yes|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
-
-The RemoteWipe configuration service provider can be used by mobile operators DM server or enterprise management server to remotely reset a device. The RemoteWipe configuration service provider can make the data stored in memory and hard disks difficult to recover if the device is remotely reset after being lost or stolen.
-
-The following example shows the RemoteWipe configuration service provider management object in tree format as used by both OMA DM and OMA Client Provisioning. Enterprise IT Professionals can update these settings by using the Exchange Server.
+
+The following example shows the RemoteWipe configuration service provider in tree format.
+```text
+./Device/Vendor/MSFT/RemoteWipe
+--- AutomaticRedeployment
+------ doAutomaticRedeployment
+------ LastError
+------ Status
+--- doWipe
+--- doWipeCloud
+--- doWipeCloudPersistProvisionedData
+--- doWipeCloudPersistUserData
+--- doWipePersistProvisionedData
+--- doWipePersistUserData
+--- doWipeProtected
```
-./Vendor/MSFT
-RemoteWipe
-----doWipe
-----doWipePersistProvisionedData
-----doWipeProtected
-----doWipePersistUserData
-----AutomaticRedeployment
---------doAutomaticRedeployment
---------LastError
---------Status
+
+
+
+## AutomaticRedeployment
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 10, version 1809 [10.0.17763] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/RemoteWipe/AutomaticRedeployment
```
+
-**doWipe**
-Exec on this node starts a remote reset of the device. A remote reset is equivalent to running "Reset this PC > Remove everything" from the Settings app, with **Clean Data** set to No and **Delete Files** set to Yes. The return status code indicates whether the device accepted the Exec command. If a doWipe reset is started and then interrupted, the PC will attempt to roll-back to the pre-reset state. If the PC can't be rolled-back, the recovery environment will take no additional actions and the PC could be in an unusable state and Windows will have to be reinstalled.
+
+
+Node for the Autopilot Reset operation.
+
-When used with OMA Client Provisioning, a dummy value of "1" should be included for this element.
+
+
+
-Supported operation is Exec.
+
+**Description framework properties**:
-**doWipePersistProvisionedData**
-Exec on this node specifies that provisioning packages in the `%SystemDrive%\ProgramData\Microsoft\Provisioning` folder will be retained and then applied to the OS after the reset.
+| Property name | Property value |
+|:--|:--|
+| Format | node |
+| Access Type | Get |
+
-When used with OMA Client Provisioning, a dummy value of "1" should be included for this element.
+
+
+
-Supported operation is Exec.
+
-The information that was backed up will be restored and applied to the device when it resumes. The return status code shows whether the device accepted the Exec command.
+
+### AutomaticRedeployment/doAutomaticRedeployment
-**doWipeProtected**
-Added in Windows 10, version 1703. Exec on this node performs a remote reset on the device and also fully cleans the internal drive. Drives that are cleaned with doWipeProtected aren't expected to meet industry or government standards for data cleaning. In some device configurations, this command may leave the device unable to boot. The return status code indicates whether the device accepted the Exec command, but not whether the reset was successful.
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 10, version 1809 [10.0.17763] and later |
+
-The doWipeProtected is functionally similar to doWipe. But unlike doWipe, which can be easily circumvented by simply power cycling the device, if a reset that uses doWipeProtected is interrupted, upon restart it will clean the PC's disk partitions. Because doWipeProtected will clean the partitions in case of failure or interruption, use doWipeProtected in lost/stolen device scenarios.
+
+```Device
+./Device/Vendor/MSFT/RemoteWipe/AutomaticRedeployment/doAutomaticRedeployment
+```
+
-Supported operation is Exec.
+
+
+Exec on this node triggers Autopilot Reset operation. This works like PC Reset, similar to other existing nodes in this RemoteWipe CSP, except that it keeps the device enrolled in Azure AD and MDM, keeps Wi-Fi profiles, and a few other settings like region, language, keyboard.
+
-**doWipePersistUserData**
-Added in Windows 10, version 1709. Exec on this node will perform a remote reset on the device, and persist user accounts and data. This setting is equivalent to selecting "Reset this PC > Keep my files" when manually starting a reset from the Settings app. The return status code shows whether the device accepted the Exec command.
+
+
+
-**AutomaticRedeployment**
-Added in Windows 10, version 1809. Node for the Autopilot Reset operation.
+
+**Description framework properties**:
-**AutomaticRedeployment/doAutomaticRedeployment**
-Added in Windows 10, version 1809. Exec on this node triggers Autopilot Reset operation. This node works like PC Reset, similar to other existing nodes in this RemoteWipe CSP, except that it keeps the device enrolled in Azure AD and MDM, keeps Wi-Fi profiles, and a few other settings like region, language, keyboard.
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Exec |
+
-**AutomaticRedeployment/LastError**
-Added in Windows 10, version 1809. Error value, if any, associated with Autopilot Reset operation (typically an HRESULT).
+
+
+
-**AutomaticRedeployment/Status**
-Added in Windows 10, version 1809. Status value indicating current state of an Autopilot Reset operation.
+
-Supported values:
+
+### AutomaticRedeployment/LastError
-- 0: Never run (not started). The default state.
-- 1: Complete.
-- 10: Reset has been scheduled.
-- 20: Reset is scheduled and waiting for a reboot.
-- 30: Failed during CSP Execute ("Exec" in SyncML).
-- 40: Failed: power requirements not met.
-- 50: Failed: reset internals failed during reset attempt.
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 10, version 1809 [10.0.17763] and later |
+
-## Related topics
+
+```Device
+./Device/Vendor/MSFT/RemoteWipe/AutomaticRedeployment/LastError
+```
+
-[Configuration service provider reference](index.yml)
+
+
+Error value, if any, associated with Automatic Redeployment operation (typically an HRESULT).
+
-
+
+
+
-
+
+**Description framework properties**:
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Get |
+| Default Value | 0 |
+
+
+
+
+
+
+### AutomaticRedeployment/Status
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 10, version 1809 [10.0.17763] and later |
+
+
+```Device
+./Device/Vendor/MSFT/RemoteWipe/AutomaticRedeployment/Status
+```
+
+
+
+
+Status value indicating current state of an Automatic Redeployment operation. 0: Never run (not started). The default state. 1: Complete. 10: Reset has been scheduled. 20: Reset is scheduled and waiting for a reboot. 30: Failed during CSP Execute ("Exec" in SyncML). 40: Failed: power requirements not met. 50: Failed: reset internals failed during reset attempt.
+
+
+
+
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Get |
+| Default Value | 0 |
+
+
+
+
+
+
+
+
+
+## doWipe
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 10, version 1511 [10.0.10586] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/RemoteWipe/doWipe
+```
+
+
+
+
+Exec on this node will perform a remote wipe on the device. The return status code shows whether the device accepted the Exec command. When used with OMA Client Provisioning, a dummy value of "1" should be included for this element.
+
+
+
+
+A remote reset is equivalent to running **Reset this PC** > **Remove everything** from the **Settings** app, with **Clean Data** set to No and **Delete Files** set to Yes. If a doWipe reset is started and then interrupted, the PC will attempt to roll-back to the pre-reset state. If the PC can't be rolled-back, the recovery environment will take no additional actions and the PC could be in an unusable state and Windows will have to be reinstalled.
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Exec |
+
+
+
+
+
+
+
+
+
+## doWipeCloud
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 11, version 22H2 [10.0.22621] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/RemoteWipe/doWipeCloud
+```
+
+
+
+
+Exec on this node will perform a cloud-based remote wipe on the device. The return status code shows whether the device accepted the Exec command.
+
+
+
+
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Exec |
+
+
+
+
+
+
+
+
+
+## doWipeCloudPersistProvisionedData
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 11, version 22H2 [10.0.22621] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/RemoteWipe/doWipeCloudPersistProvisionedData
+```
+
+
+
+
+Exec on this node will back up provisioning data to a persistent location and perform a cloud-based remote wipe on the device. The information that was backed up will be restored and applied to the device when it resumes. The return status code shows whether the device accepted the Exec command.
+
+
+
+
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Exec |
+
+
+
+
+
+
+
+
+
+## doWipeCloudPersistUserData
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 11, version 22H2 [10.0.22621] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/RemoteWipe/doWipeCloudPersistUserData
+```
+
+
+
+
+Exec on this node will perform a cloud-based remote reset on the device and persist user accounts and data. The return status code shows whether the device accepted the Exec command.
+
+
+
+
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Exec |
+
+
+
+
+
+
+
+
+
+## doWipePersistProvisionedData
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 10, version 1511 [10.0.10586] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/RemoteWipe/doWipePersistProvisionedData
+```
+
+
+
+
+Exec on this node will back up provisioning data to a persistent location and perform a remote wipe on the device. The information that was backed up will be restored and applied to the device when it resumes. The return status code shows whether the device accepted the Exec command. When used with OMA Client Provisioning, a dummy value of "1" should be included for this element. The information that was backed up will be restored and applied to the device when it resumes. The return status code shows whether the device accepted the Exec command.
+
+
+
+
+Provisioning packages are persisted in `%SystemDrive%\ProgramData\Microsoft\Provisioning` directory.
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Exec |
+
+
+
+
+
+
+
+
+
+## doWipePersistUserData
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 10, version 1709 [10.0.16299] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/RemoteWipe/doWipePersistUserData
+```
+
+
+
+
+Exec on this node will perform a remote reset on the device and persist user accounts and data. The return status code shows whether the device accepted the Exec command.
+
+
+
+
+ This setting is equivalent to selecting **Reset this PC** > **Keep my files** when manually starting a reset from the Settings app.
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Exec |
+
+
+
+
+
+
+
+
+
+## doWipeProtected
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 10, version 1703 [10.0.15063] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/RemoteWipe/doWipeProtected
+```
+
+
+
+
+Exec on this node will perform a remote wipe on the device and fully clean the internal drive. In some device configurations, this command may leave the device unable to boot. The return status code shows whether the device accepted the Exec command. The doWipeProtected is functionally similar to doWipe. But unlike doWipe, which can be easily circumvented by simply power cycling the device, doWipeProtected will keep trying to reset the device until it's done.
+
+
+
+
+> [!NOTE]
+> Because doWipeProtected will clean the partitions in case of failure or interruption, use doWipeProtected in lost/stolen device scenarios.
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Exec |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Related articles
+
+[Configuration service provider reference](configuration-service-provider-reference.md)
diff --git a/windows/client-management/mdm/remotewipe-ddf-file.md b/windows/client-management/mdm/remotewipe-ddf-file.md
index 26bd073966..1bc56998aa 100644
--- a/windows/client-management/mdm/remotewipe-ddf-file.md
+++ b/windows/client-management/mdm/remotewipe-ddf-file.md
@@ -1,225 +1,319 @@
---
title: RemoteWipe DDF file
-description: Learn about the OMA DM device description framework (DDF) for the RemoteWipe configuration service provider.
-ms.reviewer:
+description: View the XML file containing the device description framework (DDF) for the RemoteWipe configuration service provider.
+author: vinaypamnani-msft
manager: aaroncz
ms.author: vinpa
-ms.topic: article
+ms.date: 02/17/2023
+ms.localizationpriority: medium
ms.prod: windows-client
ms.technology: itpro-manage
-author: vinaypamnani-msft
-ms.date: 08/13/2018
+ms.topic: reference
---
+
+
# RemoteWipe DDF file
-This topic shows the OMA DM device description framework (DDF) for the **RemoteWipe** 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-ddf.md).
-
-The XML below is the DDF for Windows 10, version 1809.
+The following XML file contains the device description framework (DDF) for the RemoteWipe configuration service provider.
```xml
-]>
+]>
- 1.2
+ 1.2
+
+
+
+ RemoteWipe
+ ./Device/Vendor/MSFT
+
+
+
+
+ The root node for remote wipe function.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10.0.10586
+ 1.0
+ 0x4;0x1B;0x30;0x31;0x48;0x54;0x62;0x63;0x64;0x65;0x77;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x87;0x88*;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xB4;0xBC;0xBF;
+
+
- RemoteWipe
- ./Vendor/MSFT
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com.microsoft/1.1/MDM/RemoteWipe
-
- The root node for remote wipe function.
-
-
- doWipe
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/plain
-
- Exec on this node will perform a remote wipe on the device. The return status code shows whether the device accepted the Exec command.
-
-
-
- doWipePersistProvisionedData
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/plain
-
- Exec on this node will back up provisioning data to a persistent location and perform a remote wipe on the device. The information that was backed up will be restored and applied to the device when it resumes. The return status code shows whether the device accepted the Exec command.
-
-
-
- doWipeProtected
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/plain
-
- Exec on this node will perform a remote wipe on the device, and fully clean the internal drive. In some device configurations, this command may leave the device unable to boot. The return status code shows whether the device accepted the Exec command.
-
-
-
- doWipePersistUserData
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/plain
-
- Exec on this node will perform a remote reset on the device and persist user accounts and data. The return status code shows whether the device accepted the Exec command.
-
-
-
- AutomaticRedeployment
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- doAutomaticRedeployment
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/plain
-
-
-
-
- LastError
-
-
-
-
- 0
- Error value, if any, associated with Automatic Redeployment operation (typically an HRESULT).
-
-
-
-
-
-
-
-
-
-
- text/plain
-
-
-
-
- Status
-
-
-
-
- 0
- Status value indicating current state of an Automatic Redeployment operation. 0: Never run (not started). The default state. 1: Complete. 10: Reset has been scheduled. 20: Reset is scheduled and waiting for a reboot. 30: Failed during CSP Execute ("Exec" in SyncML). 40: Failed: power requirements not met. 50: Failed: reset internals failed during reset attempt.
-
-
-
-
-
-
-
-
-
-
- text/plain
-
-
-
-
+ doWipe
+
+
+
+
+ Exec on this node will perform a remote wipe on the device. The return status code shows whether the device accepted the Exec command. When used with OMA Client Provisioning, a dummy value of "1" should be included for this element.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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;
+
+
+
+ doWipePersistProvisionedData
+
+
+
+
+ Exec on this node will back up provisioning data to a persistent location and perform a remote wipe on the device. The information that was backed up will be restored and applied to the device when it resumes. The return status code shows whether the device accepted the Exec command. When used with OMA Client Provisioning, a dummy value of "1" should be included for this element. The information that was backed up will be restored and applied to the device when it resumes. The return status code shows whether the device accepted the Exec command.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ doWipeProtected
+
+
+
+
+ Exec on this node will perform a remote wipe on the device and fully clean the internal drive. In some device configurations, this command may leave the device unable to boot. The return status code shows whether the device accepted the Exec command. The doWipeProtected is functionally similar to doWipe. But unlike doWipe, which can be easily circumvented by simply power cycling the device, doWipeProtected will keep trying to reset the device until it’s done.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10.0.15063
+ 1.1
+
+
+
+
+ doWipePersistUserData
+
+
+
+
+ Exec on this node will perform a remote reset on the device and persist user accounts and data. The return status code shows whether the device accepted the Exec command.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10.0.16299
+ 1.1
+
+
+
+
+ doWipeCloud
+
+
+
+
+ Exec on this node will perform a cloud-based remote wipe on the device. The return status code shows whether the device accepted the Exec command.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10.0.22621
+ 1.1
+
+
+
+
+ doWipeCloudPersistUserData
+
+
+
+
+ Exec on this node will perform a cloud-based remote reset on the device and persist user accounts and data. The return status code shows whether the device accepted the Exec command.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10.0.22621
+ 1.1
+
+
+
+
+ doWipeCloudPersistProvisionedData
+
+
+
+
+ Exec on this node will back up provisioning data to a persistent location and perform a cloud-based remote wipe on the device. The information that was backed up will be restored and applied to the device when it resumes. The return status code shows whether the device accepted the Exec command.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10.0.22621
+ 1.1
+
+
+
+
+ AutomaticRedeployment
+
+
+
+
+ Node for the Autopilot Reset operation.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10.0.17763
+ 1.1
+
+
+
+ doAutomaticRedeployment
+
+
+
+
+ Exec on this node triggers Autopilot Reset operation. This works like PC Reset, similar to other existing nodes in this RemoteWipe CSP, except that it keeps the device enrolled in Azure AD and MDM, keeps Wi-Fi profiles, and a few other settings like region, language, keyboard.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LastError
+
+
+
+
+ 0
+ Error value, if any, associated with Automatic Redeployment operation (typically an HRESULT).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Status
+
+
+
+
+ 0
+ Status value indicating current state of an Automatic Redeployment operation. 0: Never run (not started). The default state. 1: Complete. 10: Reset has been scheduled. 20: Reset is scheduled and waiting for a reboot. 30: Failed during CSP Execute ("Exec" in SyncML). 40: Failed: power requirements not met. 50: Failed: reset internals failed during reset attempt.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
```
-## Related topics
+## Related articles
-[RemoteWipe CSP](remotewipe-csp.md)
\ No newline at end of file
+[RemoteWipe configuration service provider reference](remotewipe-csp.md)