< Back
Remove-vRAIcon
Post
NAME Remove-vRAIcon
SYNOPSIS
Remove a vRA Icon
SYNTAX
Remove-vRAIcon [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
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.
PARAMETERS
-Id <String[]>
The id of the Icon
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
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
None
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>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 --------------------------
PS C:\\>Get-vRAIcon -Id "cafe_icon_Service01" | Remove-vRAIcon -Confirm:$false
Delete the Icon named cafe_icon_Service01
RELATED LINKS
SYNOPSIS
Remove a vRA Icon
SYNTAX
Remove-vRAIcon [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
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.
PARAMETERS
-Id <String[]>
The id of the Icon
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
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
None
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>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 --------------------------
PS C:\\>Get-vRAIcon -Id "cafe_icon_Service01" | Remove-vRAIcon -Confirm:$false
Delete the Icon named cafe_icon_Service01
RELATED LINKS