Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify a Virtual Machine PropertyContent of Modify a Virtual Machine Property.vbsMD5 Hash: 9AF2142144B28EB100BFD173935DDE7A |
||
' Description: Modifies the Notes property for a virtual machine named Windows 2000 Server.
On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Set objVM = objVS.FindVirtualMachine("Windows 2000 Server") objVM.Notes = "This is a Windows 2000 virtual machine." | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |