Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List IIS Bandwidth InformationContent of List IIS Bandwidth Information.vbsMD5 Hash: D68A6A0BF6B710EC6AAA37BDB8C53A7D |
||
' Description: Returns bandwidth information for an IIS server.
strComputer = "LocalHost" Set objIIS = GetObject("IIS://" & strComputer & "") Wscript.Echo "Maximum Bandwidth: " & objIIS.MaxBandwidth Wscript.Echo "Maximum Bandwidth Blocked: " & objIIS.MaxBandwidthBlocked | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |