Release Notes

Table Of Contents
The following SSH configurations are added in Wyse Management Suite 3.1:
SSH server
Set password for sshuser
Allow elevated privileges to sshuser
NOTE: Ensure that the SSH package is installed on Dell Hybrid Client devices before enabling the SSH configuration. The
SSH package can be pushed from Wyse Management Suite On-Premise Local and Remote Repository or Public Remote
Repository.
SOCKS 5 proxy support in WMS 3.1 Repository server
Remote repositories support SOCKS5 proxy for all HTTP and MQTT communications with WMS. This feature is available from
WMS 3.1. Only system-wide proxies are supported since the remote repository runs as a Windows service. Also, proxies with
AD authentication or no authentication are supported. You can configure the proxy servers using any method. Here are a few
examples on how to configure the proxy server information:
Using the netsh commandYou can use the following command to configure the proxy server information:
netsh winhttp set proxy proxy-server="socks=localhost:9090" bypass-list="localhost
C:\Users\administrator.<DomainName>>netsh winhttp set proxy proxy-
server="socks=<proxy server IP:Port Number>" bypass-list="localhost"
Current WinHTTP proxy settings:
Proxy Server(s) : socks=<proxy server IP>
Bypass List : localhost
Using the WPAD file configured in DHCPThe WMS repository server must be configured with DHCP IP address and
Internet Explorer must be configured with Automatically Detect settings. You must configure the DHCP option tag 252 with
the WPAD.pac file. Here is a sample PAC file content:
function FindProxyForURL(url, host)
{
if (shExpMatch(host, "*wysemanagementsuite.com*")) {
return "SOCKS <proxy server IP>";
}
return "DIRECT";
}
NOTE:
Proxy settings are read when the repository service starts. If you make any changes to the proxy settings later, you
must restart the repository service. You may configure the proxy settings using group policies.
5070 DHC Field Conversion from WMS
Wyse Management Suite supports 5070 Windows Embedded Service, ThinLinux, and ThinOS 8.6 platforms conversion to Dell
Hybrid Client. It also supports DHC Conversion OS Image and DHC OS Image Policy for DHC Conversion of 5070 Windows
Embedded Service, ThinLinux, and ThinOS 8.6.
NOTE:
The number of DHC licenses must be greater than or equal to the number if Wyse 5070 Thin Clients that are converted
to Dell Hybrid Client.
The DHC Conversion OS image provided in zipped/exe format must be copied to \\repository\osImages\zipped folder.
The DHC OS Image is displayed under Apps & Data > OS Image Repository > Hybrid Client after the repository
synchronization.
You must create an OS Image Policy to deploy DHC Conversion Image to Wyse 5070 Thin Clients running Windows
Embedded, ThinLinux, ThinOS, and ThinOS with PCoIP operating system.
Wyse Management Suite version 3.1 53