Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
but the pool names with spaces cannot be checked.
‘ for pool names with spaces numargs = WScript.Arguments.Unnamed.length – 1 for i = 1 to numargs ‘WScript.Echo(” ” + WScript.Arguments.Unnamed.Item(i)) strArgAppPool = strArgAppPool & ” ” & WScript.Arguments.Unnamed.Item(i) next