Skip to content

Get-vRARequest

SYNOPSIS

Retrieve a vRA Request

SYNTAX

Get-vRARequest [-RequestId <String[]>] [<CommonParameters>]

DESCRIPTION

Retrieve a vRA Request or list of requests

EXAMPLES

EXAMPLE 1

Get-vRARequest

EXAMPLE 2

Get-vRARequest -RequestId '305337a3-bb92-4638-a618-bf31e8cd1785'

PARAMETERS

-RequestId

Optional - the id of the request you would like to view the detials

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

Required: False
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.

INPUTS

OUTPUTS

System.Management.Automation.PSObject.

NOTES