New-SCStorageClassification

Creates a storage classification.

Description

The New-SCStorageClassification cmdlet creates a storage classification. A storage classification defines the capabilities of a storage pool. For example, a classification of Gold could be associated with storage pools that have the highest performance and availability.

For information about associating a storage classification with a storage pool, type: "Get-Help Set-SCStoragePool -examples".

For more information about New-SCStorageClassification, type: "Get-Help New-SCStorageClassification -online".

Parameters

Name

Required? true
Accept Pipeline Input? false
Position? named
Specifies the name of a VMM object.

Description

Required? false
Accept Pipeline Input? false
Position? named
States a description for the specified object.

JobVariable

Required? false
Accept Pipeline Input? false
Position? named
Specifies that job progress is tracked and stored in the variable named by this parameter. 

PROTipID

Required? false
Accept Pipeline Input? false
Position? named
Specifies the ID of the PRO tip that triggered this action. This allows for auditing of PRO tips.

RunAsynchronously

Required? false
Accept Pipeline Input? false
Position? named
Indicates that the job runs asynchronously so that control returns to the command shell immediately. 

VMMServer

Required? false
Accept Pipeline Input? false
Position? named
Specifies a VMM server object.

Examples

1: Create a storage classification.
PS C:\> $Class = New-SCStorageClassification –Name "StorageClassification01" –Description "New storage classification" 
This command creates a storage classification named StorageClassification01 and stores it in the $Class variable.

See Also