Hello All,
I need to call an attribute from vCAC guest agent as part of machine provisioning and the attribute is a VRO attribute. Currently I am pushing the value to a custom property and updating the property value each time with vcac extensibility workflow "update property value".
But i feel there are lot of overhead in this and is there anyway I can push the value to properties of the vCAC using VRO , so that vcac guest agent call this value and execute my script.
if (vCACVmProperties != null) {
vCACVmProperties.put("customvalue", "I@mT!s3ST##@");
}