PowerShell Logo Small

Get-PartitionSupportedSize



This is the built-in help made by Microsoft for the command 'Get-PartitionSupportedSize', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 [<SwitchParameter>]] [-CimSession
<CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]
Get-PartitionSupportedSize [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-DiskId <String[]>] [-Offset <UInt64[]>] [-ThrottleLimit
<Int32>] [<CommonParameters>]
Get-PartitionSupportedSize [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-DriveLetter <Char[]>] [-ThrottleLimit <Int32>]
[<CommonParameters>]
Get-PartitionSupportedSize [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]>
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS

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.