Reply to Message

View discussion in a popup

Replying to:
LucD
Leadership
Leadership

Which PowerCLI version are you running?

Do a Get-PowerCLIVersion


If you can upgrade to the latest version, which is modules only, you can just execute the following line once before running the script.

Get-Module -Name VMware* -ListAvailable | Import-Module


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

Reply
0 Kudos