Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify Virtual Server DHCP Lease TimesContent of Modify Virtual Server DHCP Lease Times.vbsMD5 Hash: 983382D9C2B186C794D77B8588C72FEA |
||
' Description: Modifies the DHCP lease times for a virtual network named Internal Network.
On Error Resume Next Set objVS = CreateObject("VirtualServer.Application") Set objNetwork = objVS.FindVirtualNetwork("Internal Network") Set objDHCPServer = objNetwork.DHCPVirtualNetworkServer errReturn = objDHCPServer.ConfigureDHCPLeaseTimes(129630,64830,97230) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |