external help file: Get-VaoFailoverPlan-help.xml Module Name: PowerVAO online version: https://mycloudrevolution.com/ schema: 2.0.0


Get-VaoFailoverPlan

SYNOPSIS

SYNTAX

Get-VaoFailoverPlan [[-SiteID] <String>] [<CommonParameters>]

DESCRIPTION

Get Veeam Availability Orchestrator Failover Plans

EXAMPLES

EXAMPLE 1

Get-VaoFailoverPlan | Select-Object name, id, planState, planStateDetails, scheduleEnabled, siteId | ft -AutoSize

EXAMPLE 2

Get-VaoFailoverPlan -SiteID 850316df-d73f-4e8b-b8bc-7b1815fb0a9e | Select-Object name, id, planState, planStateDetails, scheduleEnabled, siteId | ft -AutoSize

PARAMETERS

-SiteID

Optional Veeam Availability Orchestrator Site ID

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

File Name : Get-VaoFailoverPlan.psm1 Author : Markus Kraus Version : 1.0 State : Ready