< Back

Get-vRACatalogItem

Sat Jan 18, 2020 9:55 pm

NAME Get-vRACatalogItem



SYNOPSIS

Get a catalog item that the user is allowed to review.





SYNTAX

Get-vRACatalogItem [-ListAvailable] [-Page <Int32>] [-Limit <Int32>] [<CommonParameters>]



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



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





DESCRIPTION

API for catalog items that a system administrator can interact with. It allows the user to interact

with catalog items that the user is permitted to review, even if they were not published or entitled to them.





PARAMETERS

-Id <String[]>

The id of the catalog item



Required? true

Position? named

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-Name <String[]>

The name of the catalog item



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ListAvailable [<SwitchParameter>]

Show catalog items that are not assigned to a service



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Page <Int32>

The index of the page to display.



Required? false

Position? named

Default value 1

Accept pipeline input? false

Accept wildcard characters? false



-Limit <Int32>

The number of entries returned per page from the API. This has a default value of 100



Required? false

Position? named

Default value 100

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String

System.Int

Switch





OUTPUTS

System.Management.Automation.PSObject





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-vRACatalogItem













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-vRACatalogItem -Limit 9999













-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-vRACatalogItem -ListAvailable













-------------------------- EXAMPLE 4 --------------------------



PS C:\\>Get-vRACatalogItem -Id dab4e578-57c5-4a30-b3b7-2a5cefa52e9e













-------------------------- EXAMPLE 5 --------------------------



PS C:\\>Get-vRACatalogItem -Name Centos_Template















RELATED LINKS