PowerShell Logo Small

Get-PerformanceCollector



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

An error occurred while retrieving help for Get-PerformanceCollector: Get-Help could not find Get-PerformanceCollector in a help file in this session. To download updated help topics type: "Update-Help". To get help online, search for the help topic in the TechNet library at http://go.microsoft.com/fwlink/?LinkID=107116.

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.