Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Virtual Server Display InformationContent of List Virtual Server Display Information.vbsMD5 Hash: 127791A1DACB80E88B4EC048E66D7398 |
||
' Description: Lists display information for all the virtual machines on a computer.
On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") set colVMs = objVS.VirtualMachines For Each objVM in colVMS Set objDisplay = objVM.Display Wscript.Echo objVM.Name Wscript.Echo "Height: " & objDisplay.Height Wscript.Echo "Video mode: " & objDisplay.VideoMode Wscript.Echo "Width: " & objDisplay.Width Wscript.Echo Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |