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
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 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.<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 DHCP—The 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