Difference between revisions of "Create Tiered Storage Space"

From ToWaSo
Jump to navigation Jump to search
(Create tiered storage spaces with Powershell)
 
Line 1: Line 1:
 
This article shows you how to create a tiered storage space under Windows Server 2019 using Powershell.
 
This article shows you how to create a tiered storage space under Windows Server 2019 using Powershell.
 +
 +
First of all the screenshots are made after successfully creating the vDisk, so they will vary from the expected results of the commands.
 +
 +
 +
1. Check the requirements
 +
 +
<syntaxhighlight lang="PowerShell">
 +
Get-PhysicalDisk | ft FriendlyName,CanPool,Size,MediaType
 +
</syntaxhighlight>

Revision as of 08:41, 7 June 2020

This article shows you how to create a tiered storage space under Windows Server 2019 using Powershell.

First of all the screenshots are made after successfully creating the vDisk, so they will vary from the expected results of the commands.


1. Check the requirements

Get-PhysicalDisk | ft FriendlyName,CanPool,Size,MediaType