Creating Horizon application pools manually can be a time-consuming task. Click add, manually fill all of the fields… it’s at least a one minute process per application. Well, thanks to the HV.Helper module, creating app pools can be very easy to automate! While each app pool takes about a minute to do per pool manually, […]
Tag: PowerShell
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 […]
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 […]