If you’re leveraging Workspace ONE Access with Horizon and allowing external access, you are likely leveraging multifactor authentication for additional security from the outside. When combined with UAG, a common scenario is to separate out Connection Servers and place them in Workspace ONE mode and setting SAML to required, like this: When pointing the UAG […]
Tag: Horizon
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 […]
Use the Same Image for Type 1 and Type 2 Imprivata Desktop Pools
Imprivata is heavily used across many healthcare industries today due to their tap-and-go and EPCS functionalities. If you have used Imprivata before, you are likely aware of the difference between “Type 1” (Single User) and “Type 2” (Shared Kiosk) agents and workflows. When it comes to VDI, Type 1 is sometimes also paired with a […]
Visualize Horizon Data with Power BI – Part 1: The Basics
Rarely do you hear the terms “Horizon” and “Power BI” within the same sentence. Because Horizon basically pumps everything into the Events database, you can get some pretty cool statistics that can be visualized with Power BI. This includes user logins, reconnects, and even admin events like desktop restarts. I’m going to talk about these […]
Bad True SSO Template Causes Horizon Launches to Fail
Recently I ran into an issue where a misconfigured True SSO template caused Horizon launches to fail when launching through Workspace ONE Access. The error looked similar to this: The desktop agent logs were not reporting any errors whatsoever, and SAML was succeeding just fine because we were able to authenticate into the Connection Server. […]
Workspace ONE Access – Duo RADIUS MFA without True SSO
So you went through the process of getting Workspace ONE Access setup for MFA/RADIUS authentication. You sign into WSO-A, get MFA’d, and you jump for joy! But when you launch a virtual app, you are prompted for your password again… The prompt is happening because RADIUS is not recognized as a valid method for password […]
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!
List Horizon App to Global Entitlement Associations
Sometimes it is handy to list all of the associations between Horizon Application Pools to Global Entitlements. Here is a quick function I wrote to do so! Introducing Get-HVAppsToGEs. You must first install the HVHelper Modules with PowerCLI, as well as a really cool module called Join-Object for performing SQL-like joins within two PowerShell arrays. […]
Get VMware Unified Access Gateway (UAG) Session Count Using PowerShell
With the recent COVID-19 catastrophe, we had the need to automatically pull UAG session statistics and report them to a dashboard so we could keep track of our external Horizon users to ensure the 2k limit per UAG was not exceeded. What better way to automate this than a little PowerShell? VMware has some documentation […]