Description
This article provides steps for displaying the Bluetooth icon in menu bar for computers using a custom configuration profile in Jamf Pro. This setting is immediate and doesn't require a reboot.
Deploying Bluetooth Icon to Your Menu Bar
Push a custom configuration profile to computers to display the Bluetooth icon:
In Jamf Pro, navigate to Computers > Configuration Profiles and click + New.
Configure "General" tab as required for the environment.
Click the Application & Custom Settings payload and select Upload.
Click Add.
Set the preference domain to:
com.apple.controlcenter
Add the plist below.
<?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>Bluetooth</key> <integer>18</integer> </dict> </plist>
Click Scope and add desired computers or smart groups. We recommend testing one or two devices first.
Click Save.