PowerShell Logo Small

Get-StorageTierSupportedSize



This is the built-in help made by Microsoft for the command 'Get-StorageTierSupportedSize', 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

Gets the minimum and maximum possible sizes of a storage tier.

SYNTAX


Get-StorageTierSupportedSize [-FriendlyName] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-ResiliencySettingName <String>] [-ThrottleLimit <Int32>] [<CommonParameters>]
Get-StorageTierSupportedSize [-AsJob] [-CimSession <CimSession[]>] [-ResiliencySettingName <String>] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]>
[<CommonParameters>]
Get-StorageTierSupportedSize [-AsJob] [-CimSession <CimSession[]>] [-ResiliencySettingName <String>] [-ThrottleLimit <Int32>] -UniqueId <String[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-StorageTierSupportSize cmdlet gets the minimum and maximum possible sizes of a storage tier. Use this information to create or extend a virtual disk with the
specified resiliency setting on a Storage Spaces subsystem.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkId=216173

REMARKS

<

Examples


Example 1: Get the size estimate for a mirror space

PS C:\> Get-StorageTierSupportedSize -FriendlyName "*SSD*" -ResiliencySettingName "Mirror"
SupportedSizes TierSizeMin TierSizeMax TierSizeDivisor
-------------- ----------- ----------- ---------------
{} 4294967296 2130303778816 4294967296
{} 4294967296 2130303778816 4294967296



This command gets the storage tier supported size estimates for capacity of a Fast (SSD) tier for a mirror space by using the FriendlyName and ResiliencySettingName
parameters.