버전용 도움말 콘텐츠:
- 6.4
- 이전 버전
- Register for the Chrome Management Console. You need to obtain a license for Chrome Management Console. Contact Google Support to Manage Chrome device settings for more information.
- Enroll your Chrome OS Device into the domain wait for 15 minutes for the device to sync with the Chrome Management Console. To learn more about enrolling chrome device, click here.
- The Chrome Player will be available in the Chrome Web store.
참고:
A device management solution such as the Chrome Management Console is recommended for deployment and management of Chrome OS Devices. Although, this document provides implementation for Chrome Management Console there are other vendors who claim to provide similar functionality. Please contact the vendor of your device management software.
- Log in to the Chrome Developer Console.
- Browse to Device management → Chrome Devices and select the device you wish to control.
- Click System Activity and troubleshooting.
- Check the Reboot Device and Screen Capture properties of the device. You can also check the device status and health information.
참고:
Please note that these settings maybe enabled several minutes after the device is enrolled. Each option may become enabled over time.
The AEM Screens Player is a Kiosk enabled application that also enables Remote Policy Configuration for Chrome OS Players.
Follow the steps below to configure various options of the player:
- Login to Chrome Management Console.
- Click Device management → Chrome Management → App Management. The AEM Screens Player displays in the list.
- Click the application AEM Screens Player.
- Click Kiosk settings and select select your org (if using a test environment).
- Click on upload configuration file and upload the configuration policy (Json file).
- Click Save. You must reboot the device to sync the policy.
참고:
Reboot the device to sync policy changes.
{ "server": { "Value": "http://aemscreensdemo.adobeitc.com" }, "resolution": { "Value": "auto" }, "rebootSchedule": { "Value": "at 4:00am" }, "enableAdminUI": { "Value": true }, "enableOSD": { "Value": true }, "enableActivityUI": { "Value": true } }
Policy Name | Purpose |
server | The URL to the Adobe Experience Manager Server |
resolution | The resolution of the Chrome OS Device |
rebootSchedule | The schedule to reboot the Chrome player |
enableAdminUI | Enable the Admin UI for technicians to configure the device on site. Set to false once it is fully configured and in production. |
enableOSD | Enable the channel switcher UI for users to switch channels on device. Consider setting to false once it is fully configured and in production. |
enableActivityUI | Enable to show progress of activities such as download and sync. Enable for troubleshooting and disable once it is fully configured and in production. |
참고:
Policy configurations are strictly enforced and are not manually overridden at the player's admin UI. To allow manual player configuration for a particular policy, do not specify the policy in the policy configuration, for example, if you want to allow manual configuration for reboot schedule, do not specify the key rebootSchedule in the policy configuration.