NAME
Remove-DcsStorageProfile
SYNOPSIS
Deletes a custom storage profile from the server group configuration.
SYNTAX
Remove-DcsStorageProfile -StorageProfile <Object> [ -Connection <String> ] [ -PipelineVariable <String> ]
DESCRIPTION
Deletes a custom storage profile from the server group configuration.
PARAMETERS
- -StorageProfile<Object>
- The StorageProfileData object, ID, or name that identifies the storage profile to be removed.
-
- Required: true
- 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 is 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
NOTES
Also see Set-DcsStorageProfileProperties, Add-DcsStorageProfile, Get-DcsStorageProfile.
EXAMPLES
-------------- Example 1 Removes a custom storage profile. --------------
Remove-DcsStorageProfile -StorageProfile Profile1
The custom storage profile named "Profile1" is removed from the server group configuration.