Release Notes

Table Of Contents
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.WMSAD61>netsh
winhttp set proxy proxy-server="socks=<proxy server IP>"
bypass-list="localhost" Current WinHTTP proxy settings: Proxy
Server(s) : socks=<proxy server IP> Bypass List : localhost
Using the WPAD file configured in DHCPWyse Management Suite 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. Following is a sample PAC file content:
function FindProxyForURL(url, host) { if (shExpMatch(host,
"*wysemanagementsuite.com*")) { return "SOCKS <proxy server
IP>"; } return "DIRECT"; }
Limitations:
Proxies that are configured at user level are not supported.
There is no provision for user to enter username and password.
There is no UI to enter the proxy URL as proxy details are read from the underlying operating system.
HTTP proxy is not supported.
Proxy settings are read on repository service start. If there are any changes in the proxy settings, the repository service must be
restarted later.
Proxy support for Windows Embedded Standard WDA and Dell
Hybrid Client DCA
Windows Embedded Standard WDA supports HTTPs and Dell Hybrid Client DCA supports both HTTPs and SOCKS5 proxy for
all HTTP and secure MQTT communications with Wyse Management Suite public server. System-wide proxies are supported
as WDA and DCA runs as a service. Proxies with AD authentication or no authentication are supported. PAC script that is
configured using DHCP option tag 252 is supported. Proxy settings are read on WDA and DCA service start. If there are
changes in the proxy settings, the WDA and DCA service must be restarted.
Limitations:
Proxies which are configured at user level are not supported.
There is no provision for user to enter username and password.
There is no UI to enter the proxy URL as proxy details are read from the underlying operating system.
The External MQTT with 1883 will not go through proxy.
HTTP proxy is not supported.
Proxy PAC file through DNS is not supported.
Configure proxy server information using WININET proxy for
Windows Embedded Standard WDA
Follow the steps below to create a domain policy to set WININET proxy setting at system level for all devices:
1. Open cmd prompt as an administrator.
2. Run gpedit.msc command.
3. Configure the Group Policy from domain controller to enable Internet Explorer-proxy configurations per machine not per
user.
4. Select Enable in the group policy pathComputer Configuration\Administrative Templates\Windows Components\Internet
Explorer\Make proxy settings per-machine (rather than per user).
5. Run gpupdate /force command on the same command prompt window which is opened as run as admin.
6. Launch Internet Explorer as an administrator.
7. Go to Connections > LAN settings.
8. Configure proxy and click OK.
32
Wyse Management Suite version 3.2