Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Discard the Saved State of a Virtual MachineContent of Discard the Saved State of a Virtual Machine.vbsMD5 Hash: 58974914A84DFCB86065E17A8972A5F2 |
||
' Description: Discards the saved state of a virtual machine named Windows 2000 Server.
On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Set objVM = objVS.FindVirtualMachine("Windows 2000 Server") errReturn = objVM.DiscardSavedState() | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |