< Back
Move-ISHUIMainMenuBarItem
Post
NAME Move-ISHUIMainMenuBarItem
SYNOPSIS
Manipulates with definitions in MainMenuBar.
SYNTAX
Move-ISHUIMainMenuBarItem -Label <string> [-Last <SwitchParameter>] [-ISHDeployment <ISHDeployment>]
[<CommonParameters>]
Move-ISHUIMainMenuBarItem -Label <string> [-First <SwitchParameter>] [-ISHDeployment <ISHDeployment>]
[<CommonParameters>]
Move-ISHUIMainMenuBarItem -Label <string> -After <string> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
The Move-ISHUIMainMenuBarItem cmdlet moves Buttons definitions in Content Manager deployment.
PARAMETERS
-Label <string>
Label of menu item.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Last <SwitchParameter>
Menu item move to the last position.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-First <SwitchParameter>
Menu item move to the first position.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-After <string>
Menu item move position.
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:\\>Move-ISHUIMainMenuBarItem -ISHDeployment $deployment -Label "Publish" -First
Moves definition of the "Publish" to the top.
---------- EXAMPLE 2 ----------
PS C:\\>Move-ISHUIMainMenuBarItem -ISHDeployment $deployment -Label "Publish" -Last
Moves definition of the "Publish" to the bottom.
---------- EXAMPLE 3 ----------
PS C:\\>Move-ISHUIMainMenuBarItem -ISHDeployment $deployment -Label "Translation" -After "Publish"
Moves definition of the "Translation" after "Publish".
RELATED LINKS
Set-ISHUIMainMenuBarItem
Remove-ISHUIMainMenuBarItem
SYNOPSIS
Manipulates with definitions in MainMenuBar.
SYNTAX
Move-ISHUIMainMenuBarItem -Label <string> [-Last <SwitchParameter>] [-ISHDeployment <ISHDeployment>]
[<CommonParameters>]
Move-ISHUIMainMenuBarItem -Label <string> [-First <SwitchParameter>] [-ISHDeployment <ISHDeployment>]
[<CommonParameters>]
Move-ISHUIMainMenuBarItem -Label <string> -After <string> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
The Move-ISHUIMainMenuBarItem cmdlet moves Buttons definitions in Content Manager deployment.
PARAMETERS
-Label <string>
Label of menu item.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Last <SwitchParameter>
Menu item move to the last position.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-First <SwitchParameter>
Menu item move to the first position.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-After <string>
Menu item move position.
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:\\>Move-ISHUIMainMenuBarItem -ISHDeployment $deployment -Label "Publish" -First
Moves definition of the "Publish" to the top.
---------- EXAMPLE 2 ----------
PS C:\\>Move-ISHUIMainMenuBarItem -ISHDeployment $deployment -Label "Publish" -Last
Moves definition of the "Publish" to the bottom.
---------- EXAMPLE 3 ----------
PS C:\\>Move-ISHUIMainMenuBarItem -ISHDeployment $deployment -Label "Translation" -After "Publish"
Moves definition of the "Translation" after "Publish".
RELATED LINKS
Set-ISHUIMainMenuBarItem
Remove-ISHUIMainMenuBarItem