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:
Post a Comment