![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: List Virtual Server Hard Disk Information
|
||
|
' Description: Lists the disk type for a Virtual Server hard disk.
On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Set objHardDisk = objVS.GetHardDisk _ ("C:\Virtual Machines\Disks\Windows 2000 Server Hard Disk.vhd") Wscript.Echo "Hard disk type: " & objHardDisk.Type | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||