Hello everyone,
i easily found out how to script the cloning of a configuration iva PowerShell (following the examples):
$labmanager.ConfigurationClone($labManager.GetSingleConfigurationByName("configurationname").id, $configurationDestName )
I really can't find a way to call the internal API ConfigurationCloneToWorkspace because of one of its parameters, the configurationCopyData. I really don't know how to create an instance of this object in PowerShell. The object is an Array of VMCopyData objects.
Could someone help me?
Thanks in advance.