get disk cluster size?

  • Thread starter Thread starter sumGirl
  • Start date Start date
That doesnt help. Looking for a way to do this enterprize wide, like a
remote WMI query.
 
One way to accomplish this is to use the Win32_DiskPartition class to pull the Size and NumberOfBlocks properties and divide the first for the latter; the result is the cluster size in bytes.
 
Back
Top