< Back

Suspend-SVTpolicy

Tue Jan 14, 2020 2:19 am

NAME Suspend-SVTpolicy



SYNOPSIS

Suspends the HPE SimpliVity backup policy for a host, a cluster or the federation





SYNTAX

Suspend-SVTpolicy [-Federation] [<CommonParameters>]



Suspend-SVTpolicy [-ClusterName] <String> [<CommonParameters>]



Suspend-SVTpolicy [-HostName] <String> [<CommonParameters>]





DESCRIPTION

Suspend the HPE SimpliVity backup policy for a host, a cluster or the federation





PARAMETERS

-ClusterName <String>

Apply to specified Clusternanme



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-HostName <String>

Apply to specified hostname



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Federation [<SwitchParameter>]

Apply to federation



Required? true

Position? 1

Default value False

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:\\>Suspend-SVTpolicy -Federation



Suspends backup policies for the federation









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



PS C:\\>Suspend-SVTpolicy -ClusterName Prod



Suspend backup policies for the specified cluster









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



PS C:\\>Suspend-SVTpolicy -HostName host01



Suspend backup policies for the specified host











RELATED LINKS