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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top