Category: Uncategorized
-
Horizon View automation part 2
As per part1, The view pool created using script which eases our operation. View admin would like to automate the view pool operations using powercli. To reduce no of desktops Disable provisoin and pools Enable provision and pools Update LC pool datastore Update Snapshot for LC pool To do Recompose with new snapshot To […]
-
Horizon View – view pool automation Part1
Objective: In this blog, we will automate all the possibilities of Horizon view implementation. The below mentioned commands are tested in development prior to production release.. Scenario: The corporate Desktop and application team coordinated to obtain base VM with required configurations. As a View admin, we need to locate VMs into appropriate cluster (10 VMs […]
-
Horizon View reports – PowerShell GUI
Objective: Develope GUI tool to prepare report View pools Coding as mentioned below: # Load Assemblies [System.Reflection.Assembly]::LoadWithPartialName(“System.Windows.Forms”) [System.Reflection.Assembly]::LoadWithPartialName(“System.Drawing”) # Init Form $Form = New-Object System.Windows.Forms.Form $Form.width = 750 $Form.height = 400 $Form.Text = “View Pools Usage” #$Image = [system.drawing.image]::FromFile(“c:\TEMP\test.jpg”) #$Form.BackgroundImage = $Image # Init ProgressBar #$pbrTest = New-Object System.Windows.Forms.ProgressBar #$pbrTest.Maximum = 100 #$pbrTest.Minimum […]
-
Horizon View 7.x
Overall Output Phase1 vCenter implementation Phase2 Horizon View implementation Phase 2 Enhanced View components App Volume installation and configuration RDS Host installation and configuration UEM configuration vRops configuration vRealize Log insight install and configure PowerCLI – View pool activities I