< Back

Get-VaoFailoverPlan

Sat Jan 18, 2020 9:51 pm

NAME Get-VaoFailoverPlan



SYNOPSIS





SYNTAX

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





DESCRIPTION

Get Veeam Availability Orchestrator Failover Plans





PARAMETERS

-SiteID <String>

Optional Veeam Availability Orchestrator Site ID



Required? false

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



OUTPUTS



NOTES





File Name : Get-VaoFailoverPlan.psm1

Author : Markus Kraus

Version : 1.0

State : Ready



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



PS C:\\>Get-VaoFailoverPlan | Select-Object name, id, planState, planStateDetails, scheduleEnabled, siteId | ft

-AutoSize













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



PS C:\\>Get-VaoFailoverPlan -SiteID 850316df-d73f-4e8b-b8bc-7b1815fb0a9e | Select-Object name, id, planState,

planStateDetails, scheduleEnabled, siteId | ft -AutoSize















RELATED LINKS

https://mycloudrevolution.com/