Scale-Out File Server (SOFS) is a feature that is designed to provide scale-out file shares that are continuously available for file-based server application storage such as Hyper-V. Scale-out file shares provide the ability to share the same folder from multiple nodes of the same cluster. In this blog we assume you already have played around […]
Tag: CSV
Get Blocksize of Cluster Shared Volumes
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.