external help file | Module Name | online version | schema |
---|---|---|---|
HPESimpliVity-help.xml |
HPESimpliVity |
2.0.0 |
Rename a HPE SimpliVity backup policy
Rename-SvtPolicy [-PolicyName] <String> [-NewPolicyName] <String> [<CommonParameters>]
Rename a HPE SimpliVity backup policy
Get-SvtPolicy
PS C:\> Rename-SvtPolicy -PolicyName Silver -NewPolicyName Gold
The first command confirms the new policy name doesn't exist. The second command renames the backup policy as specified.
Rename-SvtPolicy Silver Gold
Renames the backup policy as specified
The existing backup policy name
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The new name for the backup policy
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Roy Atkins, HPE Services
https://github.com/atkinsroy/HPESimpliVity/blob/master/Docs/Rename-SvtPolicy.md