PowerShell Logo Small

Get-VirtualDiskSupportedSize



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

Returns all sizes supported by a storage pool for virtual disk creation based on the specified resiliency setting name.

SYNTAX


Get-VirtualDiskSupportedSize [-StoragePoolFriendlyName] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-ResiliencySettingName <String>] [-ThrottleLimit <Int32>]
[<CommonParameters>]
Get-VirtualDiskSupportedSize [-AsJob] [-CimSession <CimSession[]>] [-ResiliencySettingName <String>] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]>
[<CommonParameters>]
Get-VirtualDiskSupportedSize [-AsJob] [-CimSession <CimSession[]>] [-ResiliencySettingName <String>] [-ThrottleLimit <Int32>] -StoragePoolName <String[]> [<CommonParameters>]
Get-VirtualDiskSupportedSize [-AsJob] [-CimSession <CimSession[]>] [-ResiliencySettingName <String>] [-ThrottleLimit <Int32>] -StoragePoolUniqueId <String[]>
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-VirtualDiskSupportedSize cmdlet returns all sizes supported by a storage pool for virtual disk creation based on the specified resiliency setting name.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=306996
Get-ResiliencySetting
New-VirtualDisk
Get-StorageTierSupportedSize
Set-ResiliencySetting

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-VirtualDiskSupportedSize -ResiliencySettingsName Mirror



This example lists the minimum and maximum supported sizes for virtual disk creation using the specified resiliency settings name.