Remove-vRAIcon

SYNOPSIS

Remove a vRA Icon

SYNTAX

Remove-vRAIcon [-Id] <String[]> [-WhatIf] [-Confirm]

DESCRIPTION

Remove a vRA Icon from the service catalog. If the icon is one of the default system icons, it will be reverted to its default state instead of being deleted.

EXAMPLES

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

Remove-vRAIcon -Id "cafe_default_icon_genericAllServices"

Set the default All Services Icon back to the original icon. Note: admin permissions for the default vRA Tenant are required for this action.

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

Get-vRAIcon -Id "cafe_icon_Service01" | Remove-vRAIcon -Confirm:$false

Delete the Icon named cafe_icon_Service01

PARAMETERS

-Id

The id of the Icon

Type: String[]
Parameter Sets: (All)
Aliases: 

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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

System.String

OUTPUTS

None

NOTES