I have around 80 virtual machines with different configurations(OS only windows family - 2000, XP and Vista).
I'm trying to write automated script with VIX API that will execute program
on each VM and i need to capture several screenshots of program status
during its execution. I already wrote this, but the problem is that
until i logon manually into Windows i get screenshot of its login
screen
. Due to security i can't enable automatic windows logon on VMs. That
is the reason that i need something that can do it with my VIX API,
something that will bypass windows login screen only for my script, not
for all other users that can use this VM. Is there anything that can
help me?
Steps that i suppose:
1. Through vix api connect to host - imlemented.
2. Open vm - imlemented.
3. Start vm - imlemented.
4. Login through VIX API logininguest (doesn't actually login on UI) - imlemented.
5. Copy some files with automate windows login script and start them to login through UI - is it possible???
Can anyone help me with this issue?