• hi@yahyazahedi.com
  • Germany

Run ESXCLi and ESXi Shell Commands through Powershell

Today, as part of setting up my new VCF lab, I needed to renew all the ESXi certificates in my home lab. Typically, you can regenerate the self-signed certificates on each ESXi host using SSH with the following commands: However, I didn’t want to manually connect to each host via SSH and run the commands. Instead, I looked for a […]

Share Post on:

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 -RequiredVersion 11.1.0.11289667 -Scope AllUsers PowerCLI will automatically be installed for all users. If you want to limit the installation to […]

Share Post on: