September 8th, 2015

PowerTip: Quickly Fix a Volume with PowerShell

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to perform a quick fix on a volume.

Hey, Scripting Guy! Question How can I use Windows PowerShell to perform a quick fix on a volume that is somewhat suspect?

Hey, Scripting Guy! Answer Use the Repair-Volume cmdlet and specify the drive letter and the SpotFix parameter, for example:

Repair-Volume -DriveLetter E -SpotFix

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.