Configuring IP address, Domain etc to a VM after deploying from template
Dear All,
We have a deployed the VM from template, But needs to bring the VM to network by assigning IP, bringing VM to domain etc, How we can achieve this with vSphere SDK perl. if any pointer please help us.
Actually in perl sdk ,it can do that .You can use data Object CustomizationSysprep for windows and CustomizationLinuxPrep for linux vm .it is not so hard .