↧
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...
View ArticleRe: Configuring IP address, Domain etc to a VM after deploying from template
Dear nilesh, 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 . you can referred this page...
View Article