Release Notes

Configure VNC for Dell Hybrid Client
To configure VNC settings, go to Groups & Config > Edit Policies > Hybrid Client > Advanced > Privacy & Security >
VNC Server.
The following VNC configurations are added in Wyse Management Suite 3.1:
VNC Server
Warning on VNC access
Remote access confirmation prompt on session start
Password to establish the VNC connection
VNC password
NOTE: Ensure that the VNC package is installed on Dell Hybrid Client devices before enabling the VNC configuration.
The VNC package can be pushed from Wyse Management Suite On-Premise Local and Remote Repository or Public
Remote Repository.
Configure SSH for Dell Hybrid Client
To configure SSH settings, go to Groups & Config > Edit Policies > Hybrid Client > Advanced > Privacy & Security >
SSH Server Configuration.
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";
}
12
Wyse Management Suite version 3.1