Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Add a DVD Drive to a Virtual MachineContent of Add a DVD Drive to a Virtual Machine.vbsMD5 Hash: 17CCF1FDEF820936AEF1E1C3A7E12009 |
||
' Description: Adds a DVD drive to 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.AddDVDROMDrive(0,1,0) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |