VMware Horizon Community
mrjump
Contributor
Contributor

Horizon View- PowerCli Get-Pool howto with new version?

Missing this from earlier versions, I could run this powershell script and export pool setting on a connection broker. What can be run similar and get same results.

Used to run this this:

set-executionpolicy RemoteSigned

cd "D:\Program Files\VMware\VMware View\Server\extras\Powershell"

./Add-snapin.ps1

get-pool | Export-Csv c:\DesktopPools.csv

Tags (1)
0 Kudos
1 Reply
Magneet
Hot Shot
Hot Shot

Not sure what info the get-pool gave but in the Horizon vCheck i have made a plugin that gives information about the pools as well.

GitHub - vCheckReport/vCheck-HorizonView: vCheck for Horizon View the plugin I am talking about is in the plugins\20 desktop\ folder

get-hvpool contains all thr information you want but you have to select the right properties to export. I have also written about the plugin on my blog

0 Kudos