Jump to content

Recommended Posts

Posted

Hi,

 

Does anyone know how i can use some secure disk erasing software that sits ontop of Windows PE please?

 

The idea is we PXE boot a machine and have the option to erase the hard disk.

 

Thanks

Posted

I guess it all depends HOW securely you want to wipe the data on the drive (i.e. how many passes).

 

If you're wanting a less secure solution, you could try using Clean all from Diskpart, which would zero every sector on the disk.

 

Please note, however that this can take up to 5 hours, for a single pass on a 1TB disk...

  • Thanks 1
Posted (edited)
If you're wanting a less secure solution, you could try using Clean all from Diskpart, which would zero every sector on the disk.

One pass is enough to completely erase data.

 

I normally used DBAN with 3 passes.

Overkill and a waste of time. :)

 

From Vista onwards (Windows PE 2.x), a full format will also write zeros to the the drive.

Edited by Arthur
  • 5 months later...
Posted
Does anyone know any alternatives than the PE formatting please?

What do you need the alternatives to do that Windows doesn't do already?

Posted

I need 3 passes (I dont make the rules).

 

I am looking at using Dban but it doesn't need to be in PE. Does anyone have any guides on how to PXE boot Dban. I did a google search but it was vague, im not a linux expert. I might just open a new thread for Dban.

 

Thanks

Posted (edited)

format c: /fs=ntfs /x /p:3

 

/fs=ntfs is apparently an invalid parameter. googling says otherwise....

 

Thanks

Edited by FN-GM
Posted
Wds is the pxe server which only likes wim files and bcd stores. Tftpd can do wims and linux. But you have to be patient doing the bcd config. Dban on a cd will do. Depends if you want to do it as a required deployment. Then you need diskpart or a 3rd party wiper that runs in pe.
  • 1 year later...
Posted

Sorry, slight Necro but I have just been researching this and found a solution.

 

Obviously be VERY careful with this. You can set it to be completely remote but with the possibilities that it could be accidentally assigned to a collection and wipe the whole network I will probably set it to only be called via PXE. This would at least mean someone would have to manually initiate and if they do that by accident they will have been intending to reimage a machine so it won't be so bad.

 

The Automated SysAdmin: Secure DoD Drive Wiping with SCCM is the link I used and I am currently testing. There is a more advanced update to this at Secure DoD Drive Wiping with ConfigMgr that will log to a server wiping confirmation.

 

Hope that helps someone else.

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...