During the install I am running the 1st step:
Install-Module -Name VMware.PowerCLI -Scope CurrentUser
And this is the error I get:
Install-Module : The term 'Install-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
+ Install-Module -Name VMware.PowerCLI -Scope CurrentUser
+ ~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Install-Module:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Do you have any suggestions?