Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Shut Down the Guest Operating System on a Virtual MachineContent of Shut Down the Guest Operating System on a Virtual Machine.vbsMD5 Hash: FEDC0FCC016391FAF08E98FF1E61B78A |
||
' Description: Shuts down a virtual machine named Windows 2000 Server.
On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Set objVM = objVS.FindVirtualMachine("Windows 2000 Server") Set objGuestOS = objVM.GuestOS objGuestOS.Shutdown() | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |