Jump to content

Recommended Posts

Posted

Hi All,

 

Wondering if anybody could shed some light?

 

I would like a Task Sequence in our MDT for wiping a machines HDD. I have had a look at the Standard Client Replace Task Sequence, but don't want to save/backup any data, literally just wipe the disc.

 

Would anybody be able to talk me through modifying this so that it works or how to create a new one.

 

Thanks

 

Tom

Posted

Add command line to the task sequence diskpart /s

Script should be.

Sel dis 0

Clean all

 

It will only zero the disk not do multiple passes.

 

You need to be in winpe to start the ts. Youd be better starting with a blank ts.

Posted
Add command line to the task sequence diskpart /s

Script should be.

Sel dis 0

Clean all

 

 

This is what I do aswell and it works.

Posted

Thanks guys. Much appreciated.

 

I have resorted to using something similar ....

 

Sel dis 0

Sel par 1

Active

Format fs=ntfs label="New Volume"

Assign letter=c

exit

 

Does anybody know of a way to get it to show a status indicator, as at the moment all I get is the 'Running Lite Touch Installation' window, which shows that its running the command line.

 

Otherwise I can press F8 at the WDS login screen and use DOS and type roughly the same command that show the percent completed, but wanted to make it quite automated, would just be handy to see how far its got :)

 

Cheers

Tom

Posted

We use WDS for PXE services and from this menu we can pick our MDT images or one of many utilities both DOS and Linux. It just involves changing a few files on your WDS server.

WDSLINUX - Syslinux Wiki

 

There are a few posts about it on here, can look daunting at first but I can supply you with the configs if you need.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...