Skip to content

Commit e9df5e2

Browse files
authored
Merge pull request #993 from sowjanya365/patch-5
Update get-partitionsupportedsize.md
2 parents 1dcd0c9 + efe8e71 commit e9df5e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docset/windows/storage/get-partitionsupportedsize.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)