Skip to content
Menu
  • CloudThesis-Home
  • Cloud Management
    • VMware Cloud
    • VCF (VMware Cloud Foundation)
    • vRO
    • vRA
    • vRealize Log Insight
    • vCloud Director
    • Hybrid Cloud Extension (HCX)
    • vCloud
    • Cloud on AWS
  • VMware
    • vCenter
    • vSphere
      • Generic vSphere Commands
    • ESXi
    • VMware vRealize Suite Lifecycle Manager –8 Deployment Guide
    • VMware Site Recovery Manager (SRM)
    • vRealize Network Insight
    • VMware Horizon
  • Power CLI
    • PowerCLI Snippets
  • NSX
  • vSAN
    • vSAN 7
  • Nutanix
  • VOIP
  • Microsoft
    • Azure Cloud
    • Microsoft Windows Server
    • Hypervisor
    • Create Azure VMs (Portal)
    • Create Azure VMs – PowerShell
  • Author
  • Contact

Category: VMware

VMware vSphere 8.0 – Key Enhancements and New Features.

Posted on May 15, 2025

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…

Read More

How to install VMware Horizon Client

Posted on June 22, 2024May 13, 2025

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…

Read More

How to Generate Data Store Utilization Report Cluster Wise by using Script

Posted on January 4, 2021January 4, 2021

Use below script to generate data store utilization report cluster wise : $report = @() foreach($cluster in Get-Cluster){     Get-VMHost -Location $cluster | Get-Datastore | %{         $info = “”…

Read More

VMware Cloud On AWS (PowerCLI )

Posted on November 29, 2020November 30, 2020

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…

Read More

PowerCLI Snippets Tutorial

Posted on June 24, 2020June 24, 2020

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…

Read More

Generic vSphere Commands for Troubleshooting .

Posted on June 12, 2020

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…

Read More

Space reclamation of VMFS 5 Datastores by using esxcli

Posted on June 4, 2020

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…

Read More

PowerCLI Error: “The underlying connection was closed: An unexpected error occurred on a send.”

Posted on June 4, 2020

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…

Read More

VMware vCenter Server Virtual Appliance (vCSA) 6.5 Backup process.

Posted on June 4, 2020

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…

Read More

New in vCenter Server 6.7 Update-1

Posted on April 15, 2020April 17, 2020

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…

Read More
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Search Topic

Categories

  • Azure Cloud
  • Cloud Management
  • Cloud on AWS
  • Create Azure VMs – PowerShell
  • Create Azure VMs (Portal)
  • ESXi
  • Generic vSphere Commands
  • Hybrid Cloud Extension (HCX)
  • Hypervisor
  • Microsoft
  • Microsoft Azure Cloud and Services
  • Microsoft Windows Server
  • NSX
  • Nutanix
  • Power CLI
  • PowerCLI Snippets
  • vCenter
  • VCF (VMware Cloud Foundation)
  • vCloud
  • vCloud Director
  • VMware
  • VMware Cloud
  • VMware Horizon
  • VMware Site Recovery Manager (SRM)
  • VMware vRealize Suite Lifecycle Manager – 8.0
  • vRA
  • vRealize Log Insight
  • vRealize Network Insight
  • vRO
  • vSAN
  • vSAN 7
  • vSphere
  • Windows Servers
©2025 | WordPress Theme by Superbthemes.com