< Back

New-SVTpolicy

Tue Jan 14, 2020 2:11 am

NAME New-SVTpolicy



SYNOPSIS

Create a new HPE SimpliVity backup policy





SYNTAX

New-SVTpolicy [-PolicyName] <String> [<CommonParameters>]





DESCRIPTION

Create a new, empty HPE SimpliVity backup policy.

To create or replace rules for the new backup policy, use Set-SVTpolicyRule.

To assign the new backup policy, use Set-SVTdatastorePolicy to assign it to a datastore,

or Set-SVTvmPolicy to assign it to a virtual machine.





PARAMETERS

-PolicyName <String>

The new backup policy name to create



Required? true

Position? 1

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:\\>New-SVTpolicy -Policy Silver



Creates a new blank backup policy. To create or replace rules for the new backup policy, use Set-SVTpolicyRule.











RELATED LINKS