File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docset/winserver2012r2-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 @@ -55,7 +55,7 @@ This cmdlet will return a Volume object or a set of Volume objects given paramet
5555PS C:\>Get-Partition
5656```
5757
58- This example return all partitions, on all disks.
58+ This example returns all partitions, on all disks.
5959
6060### EXAMPLE 2
6161```
@@ -67,7 +67,7 @@ PartitionNumber DriveLetter Offset Size
67671 H 1048576 298.09 GB IFS
6868```
6969
70- This example return all partitions on disk 5.
70+ This example returns all partitions on disk 5.
7171
7272### EXAMPLE 3
7373```
@@ -79,7 +79,7 @@ PartitionNumber DriveLetter Offset Size
79792 C 368050176 465.42 GB IFS
8080```
8181
82- This example partition associated with the volume for drive letter C.
82+ This example returns partitions associated with the volume for drive letter C.
8383
8484### EXAMPLE 4
8585```
You can’t perform that action at this time.
0 commit comments