Files
ZertoApiWrapper/docs/Get-ZAProtectedVmReport.md
T
2020-04-02 17:56:57 -04:00

1.6 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-ZAProtectedVmReport.md 2.0.0

Get-ZAProtectedVmReport

SYNOPSIS

Creates a report of the requested protected virtual machines' volumes.

SYNTAX

Get-ZAProtectedVmReport -VMIdentifier <String[]> [<CommonParameters>]

DESCRIPTION

Creates a report of the requested protected virtual machines' volumes.

EXAMPLES

Example 1

PS C:\> Get-ZAProtectedVmReport -VMIdentifier '09914-12345-12341235', '81238-12532-12355332'

Generates a protected vm report for the virtual machines with the specified VMIdentifiers.

PARAMETERS

-VMIdentifier

A list of VM identifiers to include in the report.

Type: String[]
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
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

Zerto Analytics Protected VMs Report API Endpoint - POST Zerto Analytics Protected VMs Report API Endpoint - GET