PowerShell Logo Small

Get-PartitionSupportedSize



This is the built-in help made by Microsoft for the command 'Get-PartitionSupportedSize', 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

Returns information on supported partition sizes for the specified Disk object.

SYNTAX


Get-PartitionSupportedSize [[-DiskNumber] <UInt32[]>] [[-PartitionNumber] <UInt32[]>] [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]
Get-PartitionSupportedSize [-AsJob] [-CimSession <CimSession[]>] [-DiskId <String[]>] [-Offset <UInt64[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]
Get-PartitionSupportedSize [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [<CommonParameters>]
Get-PartitionSupportedSize [-AsJob] [-CimSession <CimSession[]>] [-DriveLetter <Char[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-PartitionSupportedSizes cmdlet returns information on supported partition sizes for the specified Disk object.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=298244
Get-Partition

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-PartitionSupportedSizes -DiskNumber 3 -PartitionNumber 2
MinimumSize MaximumSize
----------- -----------



This example is not fully implemented and does not include size values.