0

I have a Virtual Machine running Windows 2003 Server which itself is running on VMWare Server 1.0.4.

The Virtual Machine has Non-Persistent Disks and periodically I manually shut down the box and turn it back on in order to put it back to it's original state.

Can anyone tell me how I can schedule this to happen on a weekly basis?

Robin Day
  • 506
  • 1
  • 8
  • 19

1 Answers1

1

You can script it.

Either by using the fairly simplistic vmware-cmd or the more sophisticated APIs.

There is some documentation on the VMware site - here.

Dan Carley
  • 25,617
  • 5
  • 53
  • 70