< Back

Get-vRAIcon

Sat Jan 18, 2020 9:57 pm

NAME Get-vRAIcon



SYNOPSIS

Retrieve a vRA Icon





SYNTAX

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





DESCRIPTION

Retrieve a vRA Icon





PARAMETERS

-Id <String[]>

Specify the ID of an Icon



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

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





OUTPUTS

System.Management.Automation.PSObject.





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



PS C:\\>Get-vRAIcon -Id "cafe_default_icon_genericAllServices"



Get the default All Services Icon. Note: admin permissions for the default vRA Tenant are required for this action.









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



PS C:\\>Get-vRAIcon -Id "cafe_icon_Service01"



Get the vRA Icon named cafe_icon_Service01











RELATED LINKS