We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1600a commit 4547b61Copy full SHA for 4547b61
docset/windows/storage/get-storagetier.md
@@ -72,7 +72,7 @@ The **Get-StorageTier** cmdlet gets the storage tier from the storage pool objec
72
73
### Example 3: Get a storage tier from a virtual disk
74
```
75
-PS C:\>Get-VirtualDisk-FriendlyName "VDisk01" | Get-StorageTier
+PS C:\>Get-VirtualDisk -FriendlyName "VDisk01" | Get-StorageTier
76
77
78
This command uses the Get-VirtualDisk cmdlet to get the tiered virtual disk named VDisk01.
0 commit comments