Recently I ran into a fun little issue while integrating a Citrix environment into a brand new Workspace ONE Access tenant. This one was interesting because a third-party IdP was immediately in use, so no Password (Cloud) was ever configured, as it was assumed (hint, hint) not to be needed. There are two primary components […]
Tag: VMware
Monitor Unified Access Gateway with PowerShell
As you probably know, you can monitor the favicon.ico on your UAG with a load balancer to determine if a UAG is up or down (or in quiesce mode). You can also utilize PowerShell’s Invoke-WebRequest commandlet to not only monitor for the UAG health, but also send an email alert via a SMTP server if […]
VMware Integrated Printing Behavior Change for Nested Horizon Sessions
Another fun post regarding nested Horizon apps (see my previous one here with high client CPU), but this one is for VMware Integrated Printing. This one is not a bug, but actually some changed behavior that could bite you if you’re not aware of it. Starting with Horizon Client 2012, by default we do NOT […]
High CPU Utilization in Nested Published / RDSH Horizon Apps
I recently came across an issue where high CPU utilization of the vmware-remotemks.exe process was seen with nested Horizon apps. Nested, meaning a Horizon published application is running within a Horizon desktop session. This issue began happening during the move to Horizon 8, and seemed to specifically begin happening when the desktop agent was at […]
Workspace ONE Access Horizon Syncs Fail After 7.x to 8.x / 2111 Updates
Recently I came across an issue where Workspace ONE Access syncs suddenly began failing after performing Horizon upgrades, specifically from 7.13 to 2111. Of course, this did not happen when upgrading the test environment. When looking at the Access Admin Console, you see a generic error when pulling up the failed sync information: “Error occurred […]
Logoff Sessions Pending Image in Horizon
I recently received a request from a follower, asking if it is possible to script logoffs for any Instant Clone desktops that are pending an image update. Currently they have to manually go through the admin portal and log them all off, not a quick task when dealing with thousands of sessions. We can certainly […]
List Horizon Desktop Pool To Global Entitlement Associations
As promised from my last post, here is the function for listing Desktop Pools to their associated Global Entitlements – Get-HVPoolsToGEs. Enjoy!