Hello developers,
I'm trying to change the "vApp Options" of an existing vm (deployed from an OVF file) through a perl script (SDK v5.5). With PowerCLI this could be done like this:
https://communities.vmware.com/thread/425751
Has anyone solved this in perl? I tried to port this script, but it just won't run ... especially the ReconfigVM is not called on the vm object, but on ExtensionData. Is this object accessible via perl sdk?
Greetings
Michael