< Back

Move-ISHUIEventMonitorMenuBarItem

Wed Jan 15, 2020 8:20 am

NAME Move-ISHUIEventMonitorMenuBarItem



SYNOPSIS

Manipulates with definitions in EventMonitorTab.





SYNTAX

Move-ISHUIEventMonitorMenuBarItem -Label <string> [-Last <SwitchParameter>] [-ISHDeployment <ISHDeployment>]

[<CommonParameters>]



Move-ISHUIEventMonitorMenuBarItem -Label <string> [-First <SwitchParameter>] [-ISHDeployment <ISHDeployment>]

[<CommonParameters>]



Move-ISHUIEventMonitorMenuBarItem -Label <string> -After <string> [-ISHDeployment <ISHDeployment>]

[<CommonParameters>]





DESCRIPTION

The Move-ISHUIEventMonitorMenuBarItem cmdlet moves Tabs 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-ISHUIEventMonitorMenuBarItem -ISHDeployment $deployment -Label "Publish" -First



Moves definition of the "Publish" to the top.

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



PS C:\\>Move-ISHUIEventMonitorMenuBarItem -ISHDeployment $deployment -Label "Publish" -Last



Moves definition of the "Publish" to the bottom.

---------- EXAMPLE 3 ----------



PS C:\\>Move-ISHUIEventMonitorMenuBarItem -ISHDeployment $deployment -Label "Translation" -After "Publish"



Moves definition of the "Translation" after "Publish".



RELATED LINKS

Set-ISHUIEventMonitorMenuBarItem

Remove-ISHUIEventMonitorMenuBarItem