mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 02:13:43 +00:00
Update remotewipe-csp.md
This commit is contained in:
@ -34,20 +34,23 @@ RemoteWipe
|
||||
----doWipePersistProvisionedData
|
||||
----doWipeProtected
|
||||
----doWipePersistUserData
|
||||
----doWipeCloud
|
||||
----doWipeCloudPersistUserData
|
||||
----doWipeCloudPersistProvisionedData
|
||||
----AutomaticRedeployment
|
||||
--------doAutomaticRedeployment
|
||||
--------LastError
|
||||
--------Status
|
||||
```
|
||||
<a href="" id="dowipe"></a>**doWipe**
|
||||
Specifies that a remote reset of the device should be started. A remote reset is equivalent to running "Reset this PC > Remove everything" from the Settings app. The return status code indicates whether the device accepted the Exec command. If a doWipe reset is started and then interrupted, the reset will not automatically be retried.
|
||||
Specifies that a remote reset of the device should be started. 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, depending on how far the reset progressed, the PC can roll back to the pre-reset state.
|
||||
|
||||
When used with OMA Client Provisioning, a dummy value of "1" should be included for this element.
|
||||
|
||||
Supported operation is Exec.
|
||||
|
||||
<a href="" id="dowipepersistprovisioneddata"></a>**doWipePersistProvisionedData**
|
||||
Specifies that provisioning data should be backed up to a persistent location, and then a remote doWipe reset of the device should be started.
|
||||
Specifies that provisioning packages in ProgramData\Microsoft\Provisioning folder will be retained and applied to the OS after the reset.
|
||||
|
||||
When used with OMA Client Provisioning, a dummy value of "1" should be included for this element.
|
||||
|
||||
@ -58,12 +61,21 @@ The information that was backed up will be restored and applied to the device wh
|
||||
<a href="" id="doWipeProtected"></a>**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.
|
||||
|
||||
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. Because doWipeProtected will keep trying to reset the device until it's done, use doWipeProtected in lost/stolen device scenarios.
|
||||
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.
|
||||
|
||||
Supported operation is Exec.
|
||||
|
||||
<a href="" id="doWipePersistUserData"></a>**doWipePersistUserData**
|
||||
Added in Windows 10, version 1709. Exec on this node will perform a doWipe remote reset on the device, and persist user accounts and data. The return status code shows whether the device accepted the Exec command.
|
||||
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 “Keep my files” when manually starting a reset from the Settings app. The return status code shows whether the device accepted the Exec command.
|
||||
|
||||
<a href="" id="doWipeCloud"></a>**DoWipeCloud**
|
||||
Performs a DoWipe remote reset, but downloads the OS payload from Windows Update instead of the local Windows recovery environment.
|
||||
|
||||
<a href="" id="doWipeCloudPersistUserData"></a>**DoWipeCloudPersistUserData**
|
||||
Performs a DoWipe remote reset, but downloads the OS payload from Windows Update instead of the local Windows recovery environment.
|
||||
|
||||
<a href="" id="doWipeCloudPersistProvisionedData"></a>**DoWipeCloudPersistProvisionedData**
|
||||
Performs a DoWipe remote reset, but downloads the OS payload from Windows Update instead of the local Windows recovery environment.
|
||||
|
||||
<a href="" id="automaticredeployment"></a>**AutomaticRedeployment**
|
||||
Added in Windows 10, version 1809. Node for the Autopilot Reset operation.
|
||||
|
Reference in New Issue
Block a user