[VCloud SDK version = 5.1, Client = .dotNet]
My original purpose was to change the computer name of a VM. This did not work and threw exception. So i decided not to change the computer name but instead call UpdateSection() purely without changing any of the GuestSection of a VM.
Below is the code,
GuestCustomizationSectionType guest_settings = vm.GetGuestCustomizationSection(); vm.UpdateSection(guest_settings); <<--- this is throwing exception with message "Join Domain settings not specified for Organization" Any help to fix this is appreciated. Thanks, AB