Posts

Showing posts from January, 2018

Automating Desktop Pool creation using PowerCLI – VMware Horizon 7.x

The Desktop Pool Creation using PowerCLI and JSON file is by far the most powerful and advance way of creating desktop pools in Horizon 7.x in a automated way. Before you begin with the script and JSON file make sure you have read this blog post “ Automating VMware Horizon 7 with VMware PowerCLI 6.5 ” by Graeme Gordon it explains step by step how to prepare machine and execute the PowerCLI. The following is the script (Save as desktoppool.ps1 ) you will need to execute this script for invoking the desktop pool creation using the advanced functions of the module - New-HVPool -spec 'path to InstantClone.json file' PowerCLI Script for Desktop Pool: ################################################################################ # Create a Linked Clone Desktop Pool in Horizon using PowerCLI and Defining parameters in JSON ################################################################################ #region variables ######################################################...