Category SDDC / Infrastructure

Upgrade VMFS 5 to VMFS 6

3 versions of the VMFS file system have been released by VMware for ESXi hosts which include VMFS3, VMFS5, and VMFS6. To fully understand the differences between these VMFS versions check this link.Today, after the successful installation of ESXi 6.7…

How To Install VMware PowerCLI via PowerShell

The installation is done completely through PowerShell itself using the PowerShell Gallery via PowerShellGet. To install the PowerCLI 11, you just need to open the PowerShell with administrative privilege and type the following command to run the installation. Install-Module -Name VMware.PowerCLI…