< Back

Get-SVTpolicy

Tue Jan 14, 2020 2:07 am

NAME Get-SVTpolicy



SYNOPSIS

Display HPE SimpliVity backup policy rule information





SYNTAX

Get-SVTpolicy [[-PolicyName] <String>] [-RuleNumber <Int32>] [<CommonParameters>]





DESCRIPTION

Shows the rules of all backup policies from the SimpliVity Federation





PARAMETERS

-PolicyName <String>

Display information about the specified backup policy only



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-RuleNumber <Int32>

If a backup policy has multiple rules, more than object is displayed. Specify the rule number

to display just that rule. This is useful when a rule needs to be edited or deleted.



Required? false

Position? named

Default value 0

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.Policy





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



PS C:\\>Get-SVTpolicy



Shows all backup policy rules









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-SVTpolicy -PolicyName Silver



Shows the specified backup policy









-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-SVTpolicy | Where RetentionDay -eq 7



Show policies that have a retention of 7 days











RELATED LINKS