< Back

Get-VaoSite

Sat Jan 18, 2020 9:51 pm

NAME Get-VaoSite



SYNOPSIS





SYNTAX

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





DESCRIPTION

Get Veeam Availability Orchestrator Sites





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-VaoSite.psm1

Author : Markus Kraus

Version : 1.0

State : Ready



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



PS C:\\>Get-VaoSite | Select-Object name, id, serverName, type | ft -AutoSize













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



PS C:\\>Get-VaoSite -SiteID 850316df-d73f-4e8b-b8bc-7b1815fb0a9e | Select-Object name, id, serverName, type | ft

-AutoSize















RELATED LINKS

https://mycloudrevolution.com/