Thanks for the plugin!

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