Menu Item Display Settings

Jamf Connect Documentation

Solution
Application
Jamf Connect
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
  • Domaincom.jamf.connect
  • KeyHiddenMenuItems
  • Description

    An array of strings used to hide Self Service+ menu items from users

Setting

Description

Hide About Menu Item

about

Hides the About window.

<key>HiddenMenuItems</key>
<array>
<string>about</string>
</array>

Hide Actions Menu Item

actions

Hides the custom configured Actions menu item.

<key>HiddenMenuItems</key>
<array>
<string>actions</string>
</array>

Hide Change Passwords Menu Item

changepassword

Hides the Change password menu item.

<key>HiddenMenuItems</key>
<array>
<string>changepassword</string>
</array>

Hide Get Help Menu Item

gethelp

Hides the Get help menu item.

<key>HiddenMenuItems</key>
<array>
<string>gethelp</string>
</array>

Hide Get Software Menu Item

getsoftware

Hides the Get software menu item.

Note:

If a self-service app is not installed on computers, this menu item is hidden by default.

<key>HiddenMenuItems</key>
<array>
<string>getsoftware</string>
</array>

Hide Home Directory Menu Item

home

Hides the Home directory menu item.

Note:

If a home share is not detected, this menu item is hidden by default.

<key>HiddenMenuItems</key>
<array>
<string>home</string>
</array>

Hide Kerberos Ticket Menu Item

tickets

Hides the Tickets menu item.

Note: If a Kerberos realm is not configured, this menu item is hidden by default.
<key>HiddenMenuItems</key>
<array>
<string>tickets</string>
</array>

Hide Last User Menu Item

lastuser

Hides the Last user menu item.

<key>HiddenMenuItems</key>
<array>
<string>lastuser</string>
</array>

Hide Password Expiration Menu Item

passwordexpiration

Hides the Password expiration menu item.

<key>HiddenMenuItems</key>
<array>
<string>passwordexpiration</string>
</array> 

Hide Preferences Menu Item

preferences

Hides the Preferences menu item.

<key>HiddenMenuItems</key>
<array>
<string>preferences</string>
</array> 

Hide Reset Password Menu Item

resetpassword

Hides the Reset password menu item.

<key>HiddenMenuItems</key>
<array>
<string>resetpassword</string>
</array> 

Hide Shares Menu Item

shares

Hide the Share menu item.

<key>HiddenMenuItems</key>
<array>
<string>shares</string>
</array>

Hide Connect Menu Item

connect

Hides the Connect menu item.

<key>HiddenMenuItems</key>
<array>
<string>connect</string>
</array>

Hide Quit Menu Item

quitjamfconnect

Hides the Quit menu item.

<key>HiddenMenuItems</key>
<array>
<string>quitjamfconnect</string>
</array>
User Privileges

userprivileges

Hides the User Privileges menu item.
Note:

The User Privileges settings remain available via the Jamf Connect command line if they are enabled with the keys defined by the TemporaryUserPermissions dictionary.

<key>HiddenMenuItems</key>
<array>
<string>userprivileges</string>
</array>