< Back

Set-SVTdatastorePolicy

Tue Jan 14, 2020 2:16 am

NAME Set-SVTdatastorePolicy



SYNOPSIS

Sets/changes the backup policy on a HPE SimpliVity Datastore





SYNTAX

Set-SVTdatastorePolicy [-DatastoreName] <String> [-PolicyName] <String> [<CommonParameters>]





DESCRIPTION

A SimpliVity datastore must have a backup policy assigned to it. A default backup policy

is assigned when a datastore is created. This command allows you to change the backup

policy for the specifed datastore





PARAMETERS

-DatastoreName <String>

Apply to specified datastore



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PolicyName <String>

The new backup policy for the specified datastore



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:\\>Set-SVTdatastorePolicy -DatastoreName ds01 -PolicyName Weekly



Assigns a new backup policy to the specified datastore











RELATED LINKS