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 f58f36f commit 24cb562Copy full SHA for 24cb562
docset/winserver2012r2-ps/storage/New-StorageTier.md
@@ -45,7 +45,7 @@ The **New-StorageTier** cmdlet creates a storage tier in a storage pool.
45
46
### Example 1: Create a storage tier
47
```
48
-PS C:\> New-StorageTier -StoragePoolFriendlyName "TierPool01" -FriendlyName "Standard_HDD_Tier" -MediaType HDD
+PS C:\> New-StorageTier -StoragePoolFriendlyName "TierPool01" -FriendlyName "Tier11" -MediaType HDD
49
50
51
This command creates a storage tier for hard disk drives named Tier11 in the storage pool named TierPool01.
0 commit comments