Hi
I'm running composer and linked clones. I want to be able to use a script when a new machine has been clond. I have a VBS script and a Bta-file on the parent image. This is the content of the BAT file:
echo off
cls
cscript c:\windows\addcomputer.vbs
I have attached a PIC from the pool configuration in Vmview Manager. The script doesn't run when a new machine is cloned.
When a new machine is ready, I can log on to it and run the BAT file. Then everything works fine.
Any suggestions?