Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Info

This document provides all the necessary information for large-scale deployment of Wildix Collaboration on Windows.

Created: June 2018

Permalink: https://confluence.wildix.com/x/YgOIAQ

Table of Contents

Large-Scale deployment using Microsoft Windows Installer 

Wildix offers MSI (Microsoft Windows Installer) packages for large-scale deployment on Per-Machine basis (multiple users on the same machine) for Windows, suitable in the deployments using Citrix, SCCM and Microsoft Terminal Server. You can use MSI packages to install Wildix applications across your enterprise using Windows system management software such as Systems Center Configuration Manager (SCCM).

Collaboration Native App

Collaboration native app offers the same features of web-based Collaboration (limitation: no support for text-to-speech in live search, chat).

MSI file for Windows: (silent installation mode for Collaboration Windows app – no pop-up confirmation windows during the app installation)

...

 > Collaboration-1.0.8-host.msi /qn host=yourhostname.wildixin.com hidePreferences=1

Parameters (stored in the register)

...

Support for remote call answer / hangup and volume control from headset via USB connector on Windows. Supported Wildix Headset: WHS-BT (only with USB dongle from Jabra / Plantronics / Sennheiser); Supported 3rd party headsets matrix: https://manuals.wildix.com/headsets/ 

...

You can use Quality of Service (QoS) Policy as a central point of networking bandwidth management across your entire Active Directory (AD) infrastructure by setting QoS profiles. Learn more about Setting QoS Policy for Windows

Multiline TAPI driver

Documentation: 

Citrix / Microsoft Remote desktop (Windows Terminal Server)

Wildix TAPI driver works in:

  • Citrix environments with standalone server
  • Citrix environments with more than one srv using load balancing
  • Windows Terminal / Server environments

Documentation: TAPI driver

Citrix integration: https://manuals.wildix.com/wildix-tapi-driver/ www.wildix.com/citrix/

Browser content redirection - deploying Chrome extension using Group Policy

Browser Content Redirection can be enabled to achieve point to point audio and video with the PBX reducing latency and moving CPU usage to the client: https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/multimedia/browser-content-redirection.html

To use browser content redirection with Chrome, add the browser content redirection extension from the Chrome Web Store. Click Add to Chrome in the Citrix Virtual App and Desktop 7 1808 environment (the extension is not required on the user’s client machine – only in the VDA).

System requirements

  • Chrome v66 or higher
  • Browser content redirection extension
  • Citrix Virtual Apps and Desktops 7 1808 or higher
  • Citrix Workspace app 1809 for Windows or higher

This method works for individual users. To deploy the extension to a large group of users in your organization, deploy the extension using Group Policy:

  1. Import the Google Chrome ADMX files into your environment. For information about downloading policy templates and installing and configuring the templates into your Group Policy Editor, see https://support.google.com/chrome/a/answer/187202?hl=en.
  2. Open your Group Policy Management console and go to User Configuration \ Administrative Templates\Classic Administrative Templates (ADM) \ Google\ Google Chrome \ Extensions. Enable the Configure the list of force-installed apps and extensions setting.


  3. Click Show and type the following string, which corresponds to the extension ID. Update the URL for the browser content redirection extension.

    Code Block
    hdppkjifljbdpckfajcmlblbchhledln; https://clients2.google.com/service/update2/crx



  4. Apply the setting and after a gpudate refresh, the user automatically receives the extension. If you launch the Chrome browser in the user’s session, the extension is already applied and they cannot remove it.

    Any updates to the extension are automatically installed on the users’ machines through the update URL that you specified in the setting.

    If the Configure the list of force-installed apps and extensions setting is set to Disabled, the extension is automatically removed from Chrome for all users.

Import of users and single Sign-on with Active Directory and Office 365

...