< Back

Rename-SVTpolicy

Tue Jan 14, 2020 2:14 am

NAME Rename-SVTpolicy



SYNOPSIS

Rename a HPE SimpliVity backup policy





SYNTAX

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





DESCRIPTION

Rename a HPE SimpliVity backup policy





PARAMETERS

-PolicyName <String>

The existing backup policy name



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-NewPolicyName <String>

The new name for the backup policy



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String





OUTPUTS

HPE.SimpliVity.Task





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>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.











RELATED LINKS