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 ToContinue reading “Horizon View automation part 2”
Author Archives: Selva
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 VMsContinue reading “Horizon View – view pool automation Part1”
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.MinimumContinue reading “Horizon View reports – PowerShell GUI”
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
vSphere – PowerCLI
This blog to share vSphere PowerCLI basis discussion happen in one of meetapp Session at Singapore. Powerpoint PDF: Selva_PowerrCLI
vCenter update – vCenter update from 6.0 to 6.5 : Physical Server with embedded installation (vCenter and PSC)
Though, lot of articles and useful blogs in respect to vCenter update, I couldn’t get blogs states Physical vCenter (Embedded installation) update with migrate to virtual appliance in order to enable VCHA. Scenario: We are running vCenter in a physical server-windows based with embedded (PSC and VC) installation which needs to be migrated to VCSAContinue reading “vCenter update – vCenter update from 6.0 to 6.5 : Physical Server with embedded installation (vCenter and PSC)”
Infrastructure Operations Automation [PowerCLI in vSphere installation and administration]
vSphere Components – Commands ESXi installation ESXi Configuration vCenter installation Configure vCenter Add ESXi hosts Configure vSwtiches Configure Storage adapter ….