< Back

Remove-ISHUIButtonBarItem

Wed Jan 15, 2020 8:26 am

NAME Remove-ISHUIButtonBarItem



SYNOPSIS

Remove main menu item.





SYNTAX

Remove-ISHUIButtonBarItem -Name <string> -Logical <SwitchParameter> [-ISHDeployment <ISHDeployment>]

[<CommonParameters>]



Remove-ISHUIButtonBarItem -Name <string> -Version <SwitchParameter> [-ISHDeployment <ISHDeployment>]

[<CommonParameters>]



Remove-ISHUIButtonBarItem -Name <string> -Language <SwitchParameter> [-ISHDeployment <ISHDeployment>]

[<CommonParameters>]





DESCRIPTION

The Remove-ISHUIButtonBarItem cmdlet remove exist menu item.





PARAMETERS

-Name <string>

Name of Button Bar.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Logical <SwitchParameter>

Type "Logical" especially for FolderButtonbar.xml.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Version <SwitchParameter>

Type "Version" especially for LanguageDocumentButtonbar.xml.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Language <SwitchParameter>

Type "Language" especially for TopDocumentButtonbar.xml.



Required? true

Position? named

Default value False

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-ISHUIButtonBarItem -ISHDeployment $deployment -Logical -Name "Test"



This command remove main menu item. Parameter $deployment is a deployment name or an instance of the Content

Manager deployment retrieved from Get-ISHDeployment cmdlet.



RELATED LINKS

Move-ISHUIButtonBarItem

Set-ISHUIButtonBarItem