February 13th, 2016

PowerTip: Fully format drive using PowerShell

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to do a full format of a drive.

Hey, Scripting Guy! Question How can I use Windows PowerShell to do a full format of a drive?

Hey, Scripting Guy! Answer Use the Format-Volume cmdlet and specify the -FullFormat parameter, for example:

Format-Volume -DriveLetter C -FileSystem FAT32 -FullFormat –Force

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.