< Back

Remove-ISHUIEventMonitorMenuBarItem

Wed Jan 15, 2020 8:27 am

NAME Remove-ISHUIEventMonitorMenuBarItem



SYNOPSIS

Removes tab from EventMonitorTab.





SYNTAX

Remove-ISHUIEventMonitorMenuBarItem -Label <string> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Removes-ISHUIEventMonitorMenuBarItem cmdlet removes Tabs definitions from Content Manager deployment.





PARAMETERS

-Label <string>

Label of menu item.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ISHDeployment <ISHDeployment>

Specifies the name or instance of the Content Manager deployment.



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



OUTPUTS



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



PS C:\\>Remove-ISHUIEventMonitorMenuBarItem -ISHDeployment $deployment -Label "Translation"



Removes definition of the tab with label "Translation". This command removes XML definitions from EventMonitor.

Parameter $deployment is a deployment name or an instance of the Content Manager deployment retrieved from

Get-ISHDeployment cmdlet.



RELATED LINKS

Set-ISHUIEventMonitorMenuBarItem

Move-ISHUIEventMonitorMenuBarItem