Thursday, June 22, 2017

Install PowerCLI module in Powershell


Install Power CLI module in Powershell

1) Uninstall older version of PowerCLI from Add/Remove Programs

2) Remove the folders related to Old powerCLi installations

3) Check version of powershell using $psversiontable

4) Check any version is of PowerCLI is still in the system using ‘get-module  vmware* -listavailable’

5) Find the PowerCLI module in the powershell repository using Find-module vmware.powerCLI

6)Update nugget provider version if necessary


7) Install the module using ‘install-module –name VMware.PowerCLI –scope allusers (or currentuser)

No comments:

How to Install Windows 11 VM on ESXi Host for Capturing MDT Image

 Once you create the VM on the ESXi Host, Boot from Windows 11 ISO You will get the below Error message. Press Shift +F10 and Enter the belo...