File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ Get-PartitionSupportedSize -InputObject <CimInstance[]> [-CimSession <CimSession
5555```
5656
5757## DESCRIPTION
58- The ** Get-PartitionSupportedSizes ** cmdlet returns information on supported partition sizes for the specified Disk object.
58+ The ** Get-PartitionSupportedSize ** cmdlet returns information on supported partition sizes for the specified Disk object.
5959
6060## EXAMPLES
6161
6262### Example 1
6363```
64- PS C:\>Get-PartitionSupportedSizes -DiskNumber 3 -PartitionNumber 2
65- MinimumSize MaximumSize
66- ----------- -----------
64+ PS C:\>Get-PartitionSupportedSize -DiskNumber 3 -PartitionNumber 2
65+ SizeMin SizeMax
66+ ----------- -----------
6767```
6868
6969This example is not fully implemented and does not include size values.
You can’t perform that action at this time.
0 commit comments