Showing results for Windows PowerShell 5 - Scripting Blog [archived]

Oct 19, 2015
0
0

PowerTip: Get File System errors on NTFS Volumes with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to get file system errors on all NTFS volumes.  How can I use Windows PowerShell to check your NTFS volumes for file system errors?  On Windows 10 with Windows PowerShell 5.0, use the Get-Volume cmdlet to retrieve all volumes and           pipe the output to the ...

Scripting Guy!Windows PowerShellPowerTip