File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docset/winserver2022-ps/storage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ This cmdlet will return a Volume object or a set of Volume objects given paramet
6868PS C:\>Get-Partition
6969```
7070
71- This example return all partitions, on all disks.
71+ This example returns all partitions, on all disks.
7272
7373### Example 2
7474```
@@ -80,7 +80,7 @@ PartitionNumber DriveLetter Offset Size
80801 H 1048576 298.09 GB IFS
8181```
8282
83- This example return all partitions on disk 5.
83+ This example returns all partitions on disk 5.
8484
8585### Example 3
8686```
@@ -92,7 +92,7 @@ PartitionNumber DriveLetter Offset Size
92922 C 368050176 465.42 GB IFS
9393```
9494
95- This example partition associated with the volume for drive letter C.
95+ This example returns partitions associated with the volume for drive letter C.
9696
9797### Example 4
9898```
You can’t perform that action at this time.
0 commit comments