Ever want to quickly check to make sure you formatted that volume correctly for SQL Server with 64K Blocks. Run the following command in Powershell
Get-CimInstance -ClassName Win32_Volume | Select-Object Label, BlockSize | Format-Table -AutoSize

Ever want to quickly check to make sure you formatted that volume correctly for SQL Server with 64K Blocks. Run the following command in Powershell
Get-CimInstance -ClassName Win32_Volume | Select-Object Label, BlockSize | Format-Table -AutoSize
Leave a Reply