PowerShell Logo Small

New-StorageTier



This is the built-in help made by Microsoft for the command 'New-StorageTier', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Creates a storage tier.

SYNTAX


New-StorageTier [-StoragePoolFriendlyName] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-Description <String>] [-ThrottleLimit <Int32>] -FriendlyName <String>
-MediaType <MediaType> [<CommonParameters>]
New-StorageTier [-AsJob] [-CimSession <CimSession[]>] [-Description <String>] [-ThrottleLimit <Int32>] -FriendlyName <String> -InputObject <CimInstance[]> -MediaType
<MediaType> [<CommonParameters>]
New-StorageTier [-AsJob] [-CimSession <CimSession[]>] [-Description <String>] [-ThrottleLimit <Int32>] -FriendlyName <String> -MediaType <MediaType> -StoragePoolUniqueId
<String[]> [<CommonParameters>]
New-StorageTier [-AsJob] [-CimSession <CimSession[]>] [-Description <String>] [-ThrottleLimit <Int32>] -FriendlyName <String> -MediaType <MediaType> -StoragePoolName
<String[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The New-StorageTier cmdlet creates a storage tier in a storage pool.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=216174
Get-StorageTier
Remove-StorageTier
Resize-StorageTier
Set-StorageTier

REMARKS

<

Examples


Example 1: Create a storage tier

PS C:\> New-StorageTier -StoragePoolFriendlyName "TierPool01" -FriendlyName "Standard_HDD_Tier" -MediaType HDD



This command creates a storage tier for hard disk drives named Tier11 in the storage pool named TierPool01.