Category filter
How to deploy a custom configuration profile to enforce conference room display on tvOS devices
When managing a fleet of Apple TV devices, it’s necessary to enforce certain configurations and policies to ensure seamless and secure use of the devices. One such policy is the conference display mode, which sets the display to a specific layout during meetings and presentations. Easily enable the conference room display on your Apple TV with a customized message by deploying a custom configuration profile through the Deploy Custom Configuration feature provided by Hexnode UEM.
Configuration profile to enforce Conference room display on tvOS devices
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
<?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>Message</key> <string>Enter your message here</string> <key>PayloadDescription</key> <string>Enforce Conference room display on tvOS devices</string> <key>PayloadDisplayName</key> <string>Enforce Conference Room Display</string> <key>PayloadIdentifier</key> <string>com.apple.conferenceroom</string> <key>PayloadType</key> <string>com.apple.conferenceroomdisplay</string> <key>PayloadUUID</key> <string>2aff0bfa-62f4-4597-9714-3750f5e3d422</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </array> <key>PayloadDescription</key> <string>Enforce Conference room display on tvOS devices</string> <key>PayloadDisplayName</key> <string>Enforce Conference Room Display</string> <key>PayloadIdentifier</key> <string> com.apple.conferenceroom </string> <key>PayloadType</key> <string>Configuration</string> <key>PayloadUUID</key> <string>af95fec1-9ecd-44bd-bd5b-13a99b4a4002</string> </dict> </plist> |
Type the message that you wish to show on the tvOS device by replacing the “Enter your message here” string in the code.
Associating Policies with tvOS devices
To enforce Conference room display on tvOS devices,
- Log in to Hexnode UEM.
- Navigate to Policies > New Policy.
- Provide a policy name and description.
- Go to Apple TV > Deploy Custom Configuration.
- Click on Configure > Choose File. You may choose the configuration profiles from the device or select profiles which are already added to the portal.
- Click OK.
- Go to Policy Targets.
- Choose the target devices and click OK. You can also choose to associate the policy with device groups, users, user groups, or domains from the left pane of the Policy Targets tab.
- Click Save.
If the policy is saved,
- Choose the desired policy from the Policies tab.
- Click on the Manage drop-down and select Associate Targets.
- Choose the target devices, device groups, users, user groups, or domains and click Associate.