NAME

Get-DcsStorageProfile

SYNOPSIS

Returns data for a particular storage profile or all storage profiles.

SYNTAX

Get-DcsStorageProfile   [ -StorageProfile <Object> ]   [ -Connection <String> ]   [ -PipelineVariable <String> ]

DESCRIPTION

Returns data for a particular storage profile or all storage profiles. If no parameters are specified, data for all system and custom storage profiles configured for the server group in the default connection will be returned.

PARAMETERS

-StorageProfile<Object>
StorageProfileData object, name (alias), or ID that identifies a storage profile. Valid values for the storage profile name (in order from highest priority to lowest priority) are: "Critical", "High", "Normal", "Low", and "Archive". If specified only data for that profile will be returned.

Required: false
Position: named
Default value:
Accept pipeline input: true (ByValue)
Accept wildcard characters: false

-Connection<String>
Alias of the connection to the server group. If not specified, the default connection will be used.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-PipelineVariable<String>

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

INPUTS

StorageProfileData : Object that identifies and describes the storage profile.

OUTPUTS

StorageProfileData : Object that identifies and describes the storage profile.

NOTES

Also see Set-DcsStorageProfileProperties, Add-DcsStorageProfile, Remove-DcsStorageProfile.

EXAMPLES


-------------- Example 1 Returns data for all storage profiles --------------
Get-DcsStorageProfile
		

The cmdlet is invoked without parameters to get data for all storage profiles.

Alias:Critical
Description:
PerformanceClass:Critical
ReplicationPriority:Critical
RecoveryPriority:Critical
WriteTracking:False
DefaultProfile:True
Sequencenumber:34350
Id:E84B65FF-B69A-4EF1-B79E-71D3DC29E867
Caption:Critical
ExtendedCaption:Critical Profile
Internal:False
   
Alias:High
Description:
PerformanceClass:High
ReplicationPriority:High
RecoveryPriority:High
WriteTracking:False
DefaultProfile:True
Sequencenumber:34351
Id:A122B0E3-7D32-4783-BDE4-619049C936C9
Caption:High
ExtendedCaption:High Profile
Internal:False
   
Alias:Normal
Description:
PerformanceClass:Normal
ReplicationPriority:Regular
RecoveryPriority:Regular
WriteTracking:False
DefaultProfile:True
Sequencenumber:34352
Id:100469DF-0BE1-40DA-874E-9F1DA5A259E3
Caption:Normal
ExtendedCaption:Normal Profile
Internal:False
   
Alias:Low
Description:
PerformanceClass:Low
ReplicationPriority:Low
RecoveryPriority:Low
WriteTracking:False
DefaultProfile:True
Sequencenumber:34353
Id:D3A1308B-7770-408E-AC49-7F9EEE83C05A
Caption:Low
ExtendedCaption:Low Profile
Internal:False
   
Alias:Archive
Description:
PerformanceClass:Archive
ReplicationPriority:Low
RecoveryPriority:Low
WriteTracking:False
DefaultProfile:True
Sequencenumber:34354
Id:3ACE5F17-41DB-445D-B1EF-C8F04953B5AD
Caption:Archive
ExtendedCaption:Archive Profile
Internal:False
   

-------------- Example 2 Returns data for a specified storage profile --------------
Get-DcsStorageProfile -StorageProfile Critical
		

The cmdlet is invoked with the StorageProfile specified as "Critical", resulting in the return of that data object.

Alias:Critical
Description:
PerformanceClass:Critical
ReplicationPriority:Critical
RecoveryPriority:Critical
WriteTracking:False
DefaultProfile:True
Sequencenumber:34350
Id:E84B65FF-B69A-4EF1-B79E-71D3DC29E867
Caption:Critical
ExtendedCaption:Critical Profile
Internal:False