Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete a Virtual NetworkContent of Delete a Virtual Network.vbsMD5 Hash: EA6E573B802700D56B3E063B241D50FE |
||
' Description: Deletes a virtual network named Scripted Network.
On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Set objNetwork = objVS.FindVirtualNetwork("Scripted Network") errReturn = objVS.DeleteVirtualNetwork(objNetwork) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |