Check for additions and updates to these release notes. |
I need to install VMware Horizon Client silently on several computers, I wanted to do it through a GPO but I can’t find the way.
I guess the way to do it would be a PowerShell script that runs via GPO at startup or logon.
First I just tried with a .bat, and I don’t know how to do a PowerShell script that solves that problem.
I tried looking for a GPO to install programs, but only Windows installation files (.msi) can be executed.
I tried to create a script to install the program but it didn’t work.
Here’s the script in the .bat file:
@echo off
"C:\\Users\\jcastanyer\\Downloads\\VMware-Horizon-Client-2312.1-8.12.1-23531249.exe" /s
exit
21 gold badges144 silver badges191 bronze badges
Utilize Start-Process
to initiate the installation and include the /s
parameter during execution to perform a silent installation with the PowerShell script logic.
Horizon Cloud Connector / Horizon Edge
Applicable to customers with VMware Horizon Universal Subscription, Horizon Enterprise Plus Subscription, Horizon Standard Plus Subscription, Horizon Apps Universal Subscription, or Horizon Apps Standard Subscription.
The Horizon Cloud Connector / Horizon Edge virtual appliance is a required component for VMware Horizon to support the management of Horizon pods using Horizon Cloud Service.
PowerShell
$Pkg = "\\serverxyz\packages\install\VMware-Horizon-Client-2312.1-8.12.1-23531249.exe";
Start-Process -FilePath $Pkg -ArgumentList '/s' -Wait;
Exit;
Resolved Issues
The number provided before each resolved issue refers to the VMware internal issues tracking system.
2713712: Screen sharing is not supported by Microsoft Teams Optimization Pack.
2796099: Some VMs not joining domain during pool provision.
During provisioning of large instant clone Desktop Pools, five percent of the desktop VMs would fail to join the domain. This issue has been resolved.
What’s New
Version numbering is based on the planned year and the month of the release. The actual release date can vary based on business needs and engineering schedule changes to address critical customer requirements.
Known Issues
The numbers provided before the resolved issues refer to the VMware internal issues tracking system.
Compatibility Notes
The table below contains specific compatibility information as well as links to information located elsewhere.
Compatibility Information or Link | |
---|---|
Horizon Client with Windows 10 and 11 | |
Horizon with Windows 10 – update or upgrade requirements | |
Horizon with Operating Systems, MSFT Active Directory Domain Functional Levels, and Events Databases | |
Horizon Linux Agent with Guest Operating Systems | |
Horizon 8 2206 with the latest versions of VMware Unified Access Gateway, VMware Identity Manager, VMware App Volumes, VMware Dynamic Environment Manager and VMware Tools | VMware Product Interoperability Matrix – Horizon 2206 |
Horizon 8 2206 with third-party products | VMware Product Interoperability Matrix – Horizon 2206 – 3rd Party |
Horizon with third-party peripherals | VMware Validated Peripherals |
Horizon Agent with Linux guest operating systems | System Requirements for Horizon Agent for Linux |
Horizon with NVIDIA GPU cards | |
Horizon with vSphere and vSAN | vSphere 7.0, vSphere 6.7, and vSphere 6.5 supported |
Horizon recording events to a database | Microsoft SQL Server, Oracle, and PostgreSQL databases supported |
Horizon with vSphere Flash Read Cache (formerly known as vFlash) | |
AMD v340 graphics cards | |
Real-Time Audio-Video (RTAV) in an IPv6 environment | |
PCoIP with RDSH instant clone pools in an IPv6 environment | |
PCoIP with remote desktops in an IPv6 environment | |
Avi Networks (VMware NSX Advanced Load Balancer) with load balancing for Connection Server, Unified Access Gateway appliances, and App Volumes Manager | Supported starting with version 18.2.7 |
vSAN in an IPv6 environment | |
Opus audio codec on Windows and Linux clients |
Prior Releases of VMware Horizon
Features that were introduced in prior releases are described in the release notes for each release, along with existing known issues.