< Back

Export-vRAIcon

Sat Jan 18, 2020 9:54 pm

NAME Export-vRAIcon



SYNOPSIS

Export a vRA Icon





SYNTAX

Export-vRAIcon [-Id] <String[]> [-File] <String> [<CommonParameters>]





DESCRIPTION

Export a vRA Icon





PARAMETERS

-Id <String[]>

Specify the ID of an Icon



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-File <String>

Specify the file to output the icon to



Required? true

Position? 2

Default value

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





OUTPUTS

System.IO.FileInfo





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



PS C:\\>Export-vRAIcon -Id "cafe_default_icon_genericAllServices" -File C:\\Icons\\AllServicesIcon.png



Export the default All Services Icon to a local file. Note: admin permissions for the default vRA Tenant are

required for this action.











RELATED LINKS