Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Resume a Virtual MachineContent of Resume a Virtual Machine.vbsMD5 Hash: 7FA61190B644389E7FE1D45F9516C2EF |
||
' Description: Resumes a virtual machine named Windows 2000 Server.
On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Set objVM = objVS.FindVirtualMachine("Windows 2000 Server") objVM.Resume() | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |