Skip to content

Get-vROResourceElement

SYNOPSIS

Retrieves a list of all resource elements

SYNTAX

All (Default)

Get-vROResourceElement [<CommonParameters>]

Id

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

DESCRIPTION

Retrieves a list of all resource elements

EXAMPLES

EXAMPLE 1

Get-vROResourceElement

EXAMPLE 2

Get-vROResourceElement -Id f2193849-89e9-4136-8607-526eb196ee4c

PARAMETERS

-Id

The id of the resource element

Type: String[]
Parameter Sets: Id
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
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

System.String

OUTPUTS

System.Management.Automation.PSObject.

NOTES