ManagedMenuExtras
The payload that configures menu extras.
Declaration
object ManagedMenuExtrasProperties
| Name | Type | Description |
|---|---|---|
AirPort.menu | boolean | If |
Battery.menu | boolean | If |
Bluetooth.menu | boolean | If |
Clock.menu | boolean | If |
CPU.menu | boolean | If |
delaySeconds | number | The number of seconds to delay after login before adding or removing menu extras. If the delay is too short, the menu extras don’t appear, or disappear from the menu bar. |
Displays.menu | boolean | If |
Eject.menu | boolean | If |
Fax.menu | boolean | If |
HomeSync.menu | boolean | If |
iChat.menu | boolean | If |
Ink.menu | boolean | If |
IrDA.menu | boolean | If |
maxWaitSeconds | number | The maximum wait, in seconds, for all menu extras to be added or removed. |
PCCard.menu | boolean | If |
PPP.menu | boolean | If |
PPPoE.menu | boolean | If |
RemoteDesktop.menu | boolean | If |
Script Menu.menu | boolean | If |
Spaces.menu | boolean | If |
Sync.menu | boolean | If |
TextInput.menu | boolean | If |
TimeMachine.menu | boolean | If |
UniversalAccess.menu | boolean | If |
User.menu | boolean | If |
Volume.menu | boolean | If |
VPN.menu | boolean | If |
WWAN.menu | boolean | If |
Discussion
Specify com.apple.mcxMenuExtras as the payload type.
Profile availability
Device channel | macOS |
User channel | macOS |
Allow manual install | macOS |
Requires supervision | NA |
Requires user-approved MDM | NA |
Allowed in user enrollment | NA |
Allow multiple payloads | NA |
Profile example
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>Battery.menu</key>
<false/>
<key>delaySeconds</key>
<integer>30</integer>
<key>maxWaitSeconds</key>
<integer>60</integer>
<key>PayloadIdentifier</key>
<string>com.example.mymanagedmenuextraspayload</string>
<key>PayloadType</key>
<string>com.apple.mcxMenuExtras</string>
<key>PayloadUUID</key>
<string>93bd5b68-0141-4055-aaaf-a6cebc1cfeeb</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Menu Extras</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>dc2618ce-736c-4af7-b652-f9cdf3eb9ce4</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>