VMware vSphere 8.0: Scalability Enhancements VMware vSphere 8.0 introduces substantial scalability improvements, reinforcing its position as a leading virtualization platform. These enhancements are designed to accommodate the increasing demands of…
Category: VMware

How to install VMware Horizon Client
VMware Horizon Client ? Horizon Client can use the PCoIP, Microsoft RDP and VMware Blast remote display protocols to establish a network connection between client devices and Horizon View desktops…
How to Generate Data Store Utilization Report Cluster Wise by using Script
Use below script to generate data store utilization report cluster wise : $report = @() foreach($cluster in Get-Cluster){ Get-VMHost -Location $cluster | Get-Datastore | %{ $info = “”…
VMware Cloud On AWS (PowerCLI )
Requirements It requires PowerCLI 11.0.0 (specifically, the VMware.VimAutomation.Vmc module) and Microsoft Windows. Instruction Step 1 – Installing the module Option A – automatic installation from PowerShell Gallery Execute:Install-Module -Name VMware.VimAutomation.VmcPreview -RequiredVersion 1.0.0.11171858 Option…
PowerCLI Snippets Tutorial
Configuration Import/Export vCenter Roles #Export Role $role = Get-VIRole -Name “MyRole” |Get-VIPrivilege; $role.id -join “,” #Import Role (Use the output from the command above) New-VIRole -Name “MyRole” -Privilege (Get-VIPrivilege -Id…
Generic vSphere Commands for Troubleshooting .
what is vSphere command ? The vSphere Command-Line Interface (vSphere CLI) command set allows you to run common system administration commands against ESXi systems from any machine with network access…
Space reclamation of VMFS 5 Datastores by using esxcli
what is VMFS datastore ? Create VMFS datastore. VMFS datastores are used as repositories for virtual machines’ files. They can be set up on any SCSI-based storage device that the…
PowerCLI Error: “The underlying connection was closed: An unexpected error occurred on a send.”
Attempting to use VMware vSphere PowerCLI’s Connect-VIServer to a vCenter instance fails with error : “The underlying connection was closed: An unexpected error occurred on a send.” So today I…
VMware vCenter Server Virtual Appliance (vCSA) 6.5 Backup process.
what is vmware vcsa ? The VMware vCenter Server Virtual Appliance (vCSA) provides an alternative option for organizations that chose not to run the Windows vCenter Server but still require…
New in vCenter Server 6.7 Update-1
vSphere Client It’s time to see fully featured vSphere client in vSphere 6.7 Update 1. This release includes smart porting over and completing the remaining features which included: vCenter High…