Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify a Virtual Network PropertyContent of Modify a Virtual Network Property.vbsMD5 Hash: 7639D0D4726A0EBD42942995262A25B7 |
||
' Description: Modifies the Notes property for a virtual network named Scripted Network.
On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Set objNetwork = objVS.FindVirtualNetwork("Scripted Network") objNetwork.Notes = "This note was added via a script." | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |