Example of Deployment Solution job to boot to automation and wipe a drive
search cancel

Example of Deployment Solution job to boot to automation and wipe a drive

book

Article ID: 259704

calendar_today

Updated On:

Products

Deployment Solution

Issue/Introduction

There is a need to wipe a disk in WinPE with a Deployment Solution Job/tasks

Environment

Deployment Solution 8.6, 8.7

Cause

There are several ways to accomplish this. However, here is an example of a job that has proven successful to wipe the drive of a computer in WinPE/Automation without using custom scripts.

Note. Encrypted hard drives may cause the wipe out process to fail. Some vendors secure encrypted hard drives to avoid unauthorized formatting / wipe out of the hard drive.

Resolution

This is an example only and should be used/modified at your own risk.

  • Create a new Deployment job and then select a new 'Boot To' task. The 'Boot To' task should have the desired boot environment selected for booting to WinPE

  • Add a new 'Erase Disk' task to the job and select the desired disk and erase settings

  • Once this task has been added, additional 'Boot To' or Imaging tasks can be performed.

Note:
You may get the following error message if you are trying to run the task while in production. Must be done in Automation:

ErrorMessage: ClientWipeException occured 'Erasing all disks or system disk is not supported in production. Please use Boot To task to boot into PreOS', return code 0, location 'Tcube_ClientWipe.cpp:167'