Release Notes
Table Of Contents
- Dell Wyse Management Suite Version 3.x Release Notes
- Contents
- Release summary
- Version matrix
- Wyse Management Suite version 3.3.1 Hotfix
- Wyse Management Suite version 3.3
- Wyse Management Suite version 3.2 Hotfix
- Wyse Management Suite version 3.2
- Compatibility
- New and enhanced features
- Secure MQTT support in Wyse Management Suite server
- Displaying the End User License Agreement for ThinOS 9.x
- Configuring proxy in Wyse Management Suite remote repository server
- Proxy support for Windows Embedded Standard WDA and Dell Hybrid Client DCA
- Configure proxy server information using WININET proxy for Windows Embedded Standard WDA
- Configure proxy server information using DHCP option tag for Windows Embedded Standard WDA and Dell Hybrid Client DCA
- Reset policy button for ThinOS 9.x and Hybrid Client Configuration
- Wyse Management Suite to support automatic update of Dell-signed applications on Dell Hybrid Client
- Wyse Management Suite displays Auto Update Capable for applications
- Dell Hybrid Client user personalization data upload to file repositories
- Dell Hybrid Client user personalization data upload content
- Repository to support the replication of user data
- Platform agnostic
- Assign granular roles to AD groups
- ThinOS 9.x firmware and BIOS file upload to cloud Wyse Management Suite
- Secure LDAP improvements
- More commands added to schedule device commands
- Wyse Management Suite to support restart of failed jobs
- Automatic device unregister
- Wyse Management Suite Dell generic client device type support for unified device field conversion
- Fixed issues
- Known issues
- Important notes
- Wyse Management Suite version 3.1 Hotfix 1
- Wyse Management Suite version 3.1
- Compatibility
- New and enhanced features
- Bulk device exception
- Displaying the End User License Agreement for ThinOS 9.x
- Granular permission role-based Access
- ThinOS Config UI search for static parameters
- BIOS enumeration for ThinOS 9.x
- Silent deployment of application for Windows Embedded Standard, ThinLinux, and Dell Hybrid Client platforms
- Scripting support for advanced application policy for ThinLinux
- EULA changes for Wyse Management Suite server, repository server, and Import tools installer
- Reporting display parameters and highlighting the primary display parameter field
- Reporting the virtual NIC parameters and highlighting the primary parameter field
- Configure VNC for Dell Hybrid Client
- Configure SSH for Dell Hybrid Client
- SOCKS 5 proxy support in WMS 3.1 Repository server
- 5070 DHC Field Conversion from WMS
- 7070 OptiPlex Conversion to DHC with DCA-E 1.1
- Fixed issues
- Known issues
- Important notes
- Wyse Management Suite version 3.0
- Compatibility
- New and enhanced features
- Enabling device management through Dell Hybrid Client License
- Supports notification on Device page
- Mapping User Group to Device Group
- Default User Policy Group for Dell Hybrid Client
- Dynamic UI update for Dell Hybrid Client configuration
- Application deployment for Dell Hybrid Client
- End-user exception for Dell Hybrid Client
- Advanced Wyse Management Suite client settings
- Support for end-user session reporting for Dell Hybrid Client
- End-user personalization for Dell Hybrid Client
- Support for factory reset and recovery imaging for Dell Hybrid Client
- Support for Dell Client Agent Enabler
- Support for configuring TLS versions in WMS installer
- Import or export configuration
- Support for advanced multi monitor for Windows Embedded System
- Fixed issues
- Known issues
- Important notes
- Installing package or upgrading image
- Resources and support
- Contacting Dell
● Using the netsh command—You 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 DHCP—Wyse 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 path—Computer 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