WMI command to get the blocksize / clustersize of disks and Cluster Shared Volumes. get-wmiobject win32_volume -ComputerName . | FT Name,Blocksize You could also use this within a Powershell script.
WMI command to get the blocksize / clustersize of disks and Cluster Shared Volumes. get-wmiobject win32_volume -ComputerName . | FT Name,Blocksize You could also use this within a Powershell script.