I am trying to write a .vbs script to create an ISAPI filter within the
default website. From what I can tell, setting an ISAPI filter via .vbs
requires knowledge of using arrays.

Can anybody help on how to accomplish this type of task with either same
code or links to MSDN/Technet, etc?

I also need to set an application mapping within the default website as well
if anybody has any feedback for this.

I tried to use the built-in iisconf.vbs script to copy the metabase from
source computer to target computer but it seems like I cannot get rid of
machine specific settings when using the iisconf.vbs script
Thanks -