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 RSAT on Windows 11 - 23H2

 Run Powershell as Admin Change the following registry key that manages the Windows Update source. HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Micr...