VMware Cloud Community
djanne
Contributor
Contributor
Jump to solution

Bug with Set-VM -version v13?

Hi,

I'm working on a script to update tools and VM version on some VMs.

It appears that for some reason I cannot set the version, via PowerCLI, to anything above v11.

Like: Set-VM -vm (get-vm $MyVM) -Version v13 -Confirm:$false

If I do I get "The operation is not supported on the object".

If I change 13 to 11 it works fine.

Also If I set it to 13 via the GUI it works fine.

I'm running PowerCLI 6.5 towards a 6.5 U1 vCenter and the VM is on a 6.5 U1 ESXi.

Tags (4)
Reply
0 Kudos
1 Solution

Accepted Solutions
LucD
Leadership
Leadership
Jump to solution

You should update your PowerCLI version, there was an issue.

I'm on the latest, PowerCLI 6.5.4, and it works for me without a problem.


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

View solution in original post

2 Replies
LucD
Leadership
Leadership
Jump to solution

You should update your PowerCLI version, there was an issue.

I'm on the latest, PowerCLI 6.5.4, and it works for me without a problem.


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

djanne
Contributor
Contributor
Jump to solution

Yep, that solved it, thanks!

(I guess I should have tried this first, but its a bit complicated to install later PowerCLI versions on older Windows)

Reply
0 Kudos