- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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