PowerShell Logo Small

Get-SupportedClusterSizes



This is the built-in help made by Microsoft for the command 'Get-SupportedClusterSizes', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the supported cluster sizes.

SYNTAX


Get-SupportedClusterSizes [-DriveLetter] <Char[]> [-AsJob] [-CimSession <CimSession[]>] [-FileSystem <String>] [-ThrottleLimit <Int32>] [<CommonParameters>]
Get-SupportedClusterSizes [-AsJob] [-CimSession <CimSession[]>] [-FileSystem <String>] [-ThrottleLimit <Int32>] -ObjectId <String[]> [<CommonParameters>]
Get-SupportedClusterSizes [-AsJob] [-CimSession <CimSession[]>] [-FileSystem <String>] [-ThrottleLimit <Int32>] -FileSystemLabel <String[]> [<CommonParameters>]
Get-SupportedClusterSizes [-AsJob] [-CimSession <CimSession[]>] [-FileSystem <String>] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [<CommonParameters>]
Get-SupportedClusterSizes [-AsJob] [-CimSession <CimSession[]>] [-FileSystem <String>] [-ThrottleLimit <Int32>] -Path <String[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-SupportedClusterSizes cmdlet gets the supported cluster sizes for a specified volume and file system.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=299271
Get-Volume

REMARKS

<

Examples


Example 1: Get supported cluster sizes

PS C:\>Get-Volume H | Get-SupportedClusterSizes -Filesystem NTFS
512
1024
2048
4096
8192
16384
32768
65536



This command gets the supported cluster sizes for the NTFS file systems on the volume named H.