Skip to content

VMware Horizon – Powershell scripting (Connection servers)

In the previous post “ViewAPI” we installed the necessary modules and learned how to (dis-)connect to our Horizon Connection server. In this part, we’ll get information from that ViewAPI about the connection servers in our environment. Connection server information Let’s start by getting some information about our Connection servers. Therefore we use the property ConnectionServerHealth. We’ll retrieve an array containing all our Connection servers with their basic information like name,… Read More »VMware Horizon – Powershell scripting (Connection servers)

VMware Horizon – Powershell scripting (ViewAPI)

I’ll be starting my new blog with a series of posts about using Powerschell to get information about a VMware Horizon infrastructure. I’m using PRTG as my monitoring system because it has very flexible customized scripting capabilities. This way you can just monitor anything by writing your own scripts (if it’s not already builtin). Requirements First things first. We’ll need to make sure we have installed the VMware.VIMAutomation.Core & VMware.VIMAutomation.HorizonView… Read More »VMware Horizon – Powershell scripting (ViewAPI)