Trouble Installing VMware PowerCLI Module in PowerShell

0
8
Asked By TechSquirrel123 On

Hey everyone, I'm having some trouble while trying to run my scripts in PowerShell 7. I keep getting an error that the VMware.PowerCLI module isn't found. When I try to install it, I see a message saying that some commands are already available on my system. Can anyone help me figure out what I'm missing? Thanks in advance!

1 Answer

Answered By CuriousCoder42 On

Have you checked the error message? It sounds like you're being advised to trust the PS Gallery repository first. Try running this command: `Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted`. That might clear things up for your installation.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.