Skip to content

Get-vRAMachine

SYNOPSIS

Retrieve vRA Machine(s) depending on input

SYNTAX

Standard (Default)

Get-vRAMachine [<CommonParameters>]

ById

Get-vRAMachine -Id <String[]> [<CommonParameters>]

ByName

Get-vRAMachine -Name <String[]> [<CommonParameters>]

DESCRIPTION

Retrieve a list of vRA Machines or a single machine depending on input

EXAMPLES

EXAMPLE 1

Get-vRAMachine

EXAMPLE 2

Get-vRAMachine -Id 'b1dd48e71d74267559bb930934470'

EXAMPLE 3

Get-vRAMachine -Name 'iaas01'

PARAMETERS

-Id

The ID of the vRA Machine

Type: String[]
Parameter Sets: ById
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Name

The Name of the vRA Machine

Type: String[]
Parameter Sets: ByName
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.

INPUTS

OUTPUTS

System.Management.Automation.PSObject.

NOTES