Skip to content

Latest commit

 

History

History
87 lines (63 loc) · 1.79 KB

Rename-SvtPolicy.md

File metadata and controls

87 lines (63 loc) · 1.79 KB
external help file Module Name online version schema
HPESimpliVity-help.xml
HPESimpliVity
2.0.0

Rename-SvtPolicy

SYNOPSIS

Rename a HPE SimpliVity backup policy

SYNTAX

Rename-SvtPolicy [-PolicyName] <String> [-NewPolicyName] <String> [<CommonParameters>]

DESCRIPTION

Rename a HPE SimpliVity backup policy

EXAMPLES

EXAMPLE 1

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.

EXAMPLE 2

Rename-SvtPolicy Silver Gold

Renames the backup policy as specified

PARAMETERS

-PolicyName

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

-NewPolicyName

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

HPE.SimpliVity.Task

NOTES

Author: Roy Atkins, HPE Services

RELATED LINKS

https://github.com/atkinsroy/HPESimpliVity/blob/master/Docs/Rename-SvtPolicy.md