Overview
Endpoints (devices) can be configured in 3 different ways:
Device setting takes the highest priority if configured. If settings are not configured at the device level than group level settings are implemented. If device and group level setting are not configured than default settings will be implemented. The effective settings on a device is:
- Device Settings (Highest)
- Group Settings (Medium)
- Default Settings (Lowest)
Example# 1: Volume settings are configured in the following manner:
-
Default Settings: 100
-
Group Settings: 61
-
Device Settings: 50
Now effective volume settings on device will be 50 as Device Settings are having highest priority.
Example# 2: The table below consists of more examples for effective device configurations on endpoint:
Configuration Attribute | Default Settings | Group Settings | Device Settings | Effective Settings on Device |
---|---|---|---|---|
USB Redirection Driver | Built-In | Inherit | Inherit | Built-In |
USB Redirection Driver | Enhanced | Built-In | Inherit | Built-In |
USB Redirection Driver | Enhanced | Built-In | Enhanced | Enhanced |
Desktop Mode | KIOSK | KIOSK | Set Manually -Desktop | Desktop |
Desktop Mode | KIOSK | Inherit | Set Manually -KIOSK | KIOSK |
Desktop Mode | Desktop | KIOSK | Inherit | KIOSK |