Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Get File System errors on NTFS Volumes with PowerShell

$
0
0

Summary: Use Windows PowerShell to get file system errors on all NTFS volumes.

Hey, Scripting Guy! Question How can I use Windows PowerShell to check your NTFS volumes for file system errors?

Hey, Scripting Guy! Answer On Windows 10 with Windows PowerShell 5.0, use the Get-Volume cmdlet to retrieve all volumes and
           pipe the output to the Get-VolumeCorruptionCount cmdlet, for example:

Get-Volume | Get-VolumeCorruptionCount

            Note  This command requires elevation.


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>