VMware Cloud Community
AkilaHarinaraya
Enthusiast
Enthusiast

While Executing the follwing commads on powershell " Find-module -Name VMware.PowerCLI" Getting the below error

PS C:\Windows\system32> Find-module -Name VMware.PowerCLI

Find-module : The term 'Find-module' is not recognized as the name of a cmdlet, function, script file, or operable

program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

At line:1 char:1

+ Find-module -Name VMware.PowerCLI

+ ~~~~~~~~~~~

    + CategoryInfo          : ObjectNotFound: (Find-module:String) [], CommandNotFoundException

    + FullyQualifiedErrorId : CommandNotFoundException

Can anyone please suggest how to install the snap ins and powercli tool .

Reply
0 Kudos
2 Replies
a_p_
Leadership
Leadership

Which PowerShell version do you have installed on your system?

From the documentation:

"This cmdlet runs on Windows PowerShell 3.0 or later releases of Windows PowerShell, on Windows 7 or Windows 2008 R2 and later releases of Windows."

André

Reply
0 Kudos
AkilaHarinaraya
Enthusiast
Enthusiast

Thanks for the reply . i have updated the powercli version and it works

Reply
0 Kudos