Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete a Virtual MachineContent of Delete a Virtual Machine.vbsMD5 Hash: 93BA08AC5F320B304883D748F97BCCB7 |
||
' Description: Deletes a virtual machine named Scripted Machine.
On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Set objVM = objVS.FindVirtualMachine("Scripted Machine") errReturn = objVS.DeleteVirtualMachine(objVM) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |