DCIS 2008-05-15 released: Updated activescan.vbs features
I received quite a bit of feedback on DCIS recently that indicated a few bugs in the activescan.vbs script. I think those are fixed now. At least from what I can verify from my testing. I also decided to outfit activescan.vbs with the ability to accept command line input options to make it more flexible. That way, you can run the script with multiple configurations for multiple ouput results to suit your needs without having to constantly edit and save the script file. I hope this makes it easier for many of you that use this. To find out what the options are, just type the following:
C:> cscript /nologo activescan.vbs -help
Usage: cscript /nologo <path\>activescan.vbs [arguments]
Available arguments/options are described below...
-nofile
display results to screen but don't create output files
-list: computer1,computer2,...
names of computers to scan, ignore all others
-exclude: computer1,computer2,...
names of computers to exclude from scanning
-help
display this help information