VDI bandwidth management through GPO policies


Administrators can configure GPO policies to set the maximum bandwidth available for thin clients. Bandwidth restriction policies can also be implemented to apply specifically to office devices, allowing home users to take full advantage of personal network capabilities.

For more information, view the VDI bandwidth management chart.

This article covers:

Prerequisites for VDI bandwidth management through GPO policies

MSI bandwidth settings

Administrators configure these settings through the installer or registry (either HKCU or HKLM) using the keys/values below:

SOFTWARE\Policies\Zoom\Zoom Meetings\General

Web bandwidth settings

These are configured on the account page of the Zoom web portal and will override the MSI bandwidth settings unless IgnoreBandwidthLimits is set to 1.

Policy bandwidth settings

These registry keys work with thin clients to apply policies based on their .ini files* and are configured on the VDI client under:

SOFTWARE\Policies\Zoom\Zoom Meetings\VDI\bandwidth\

Both office and home values can accept 3 different connection types (ica, udp, and direct) with "up" and "down" values configured for the bandwidth.

If the registry key "GPOBandwidthOverrideWeb=1" is configured, these values are used regardless of whether the value exists under the location and connection type. Since the default value is 0, there is no bandwidth limit if the value is not configured.

*Note: For Linux, which includes "eLux", the implementation is slightly different from the usual .ini file. Instead, an additional line is needed in a ZoomMedia.ini file located in this directory: setup/ica/ZoomMedia.ini

The additional line is the same:

[DeviceLocation]
IsInOffice=1

Example

To set the bandwidth limit for ICA mode when the user is in office, apply the following bandwidth settings in policy:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Zoom\Zoom Meetings\VDI\bandwidth\office\ica]
"Up"=dword:00000320
"Down"=dword:00000320

How to change the Office or Home value on the thin client

The thin client office or home setting is decided by the IsInOffice value, which is set based on platform type.

Windows

On the Windows thin client, create a new file named “bandwidth_config.ini” under the plugin install path and add the two lines below:

[DeviceLocation]
IsInOffice=1

Default plugin install path for each platform type is below:

macOS

On the macOS plugin 5.8.0 and later, the configuration file is located under the ZoomVDI_Config file, which is located under ~/Library/Application Support/ZoomVDI/ZoomVDI_Config.

Look for the value “ISINOFFICE=” and set the value to 1 or 0.

Linux

Similar to Windows, add the configuration to the existing ZoomMedia.ini file:

[DeviceLocation]
IsInOffice=1

GPOBandwidthOverrideWeb

If the policy GPOBandwidthOverrideWeb is set under SOFTWARE\Policies\Zoom\Zoom Meetings\VDI and is enabled, only use the bandwidth values from Policy Bandwidth Settings, regardless of whether the value exists under the device location and connection type (our default value is 0, and we use the previous bandwidth configuration rules if the value is not set).

How to check bandwidth limitation from the VDI Statistics tab

For the VDI client and plugin 5.10.6 and later, applied bandwidth limitations for the plugin and VDI client can be seen from the VDI Statistics tab during a meeting.

Access Statistics using meeting controls

While you're in a Zoom meeting on the desktop client, you can view meeting diagnostic information.

  1. Sign in to the Zoom desktop client.
  2. Start or join a meeting.
  3. In the meeting controls, click the upward arrow next to Start Video / Stop Video
  4. Click Video Settings.
  5. Click Statistics .
  6. Select the VDI tab.

Access Statistics from the main desktop client window

  1. Sign in to the Zoom desktop client.
  2. Click your profile picture then click Settings .
  3. Click Statistics
  4. Select the VDI tab.

If bandwidth limitations were applied successfully, a note will appear at the bottom of the window: Your IT Team has limited the bandwidth available for this meeting in your location.

The bandwidth limit values for the VDI client and plugin upstream/downstream can be seen by clicking the exclamation icon .