1.8 KiB
external help file, Module Name, online version, schema
| external help file | Module Name | online version | schema |
|---|---|---|---|
| ZertoApiWrapper-help.xml | ZertoApiWrapper | https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZAPlannerSite.md | 2.0.0 |
Get-ZAPlannerSite
SYNOPSIS
Retrieve all active Planner sites for a specific account - includes ID, Name and Type or retrieves datacenter, host, and VMs for a specific site.
SYNTAX
Get-ZAPlannerSite [[-siteIdentifier] <String[]>] [<CommonParameters>]
DESCRIPTION
Retrieve all active Planner sites for a specific account - includes ID, Name and Type or retrieves datacenter, host, and VMs for a specific site.
EXAMPLES
Example 1
PS C:\> Get-ZAPlannerSite
Retrieve all active Planner sites for a specific account
Example 2
PS C:\> Get-ZAPlannerSite -siteIdentifier '0123-45676-09876'
Retrieves datacenter, host, and VMs for site with Identifier '0123-45676-09876'.
PARAMETERS
-siteIdentifier
The site identifier(s) for which to return detailed information.
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
RELATED LINKS
Zerto Analytics Sites Planner Endpoint Zerto Analytics Single Site Planner Endpoint