Generic Microsoft Scripting (.vbs) Resources

 

All my MOM VBS specific and related stuff, follow this link

 

My .vbs notes on a (web) page

 

Sesame Script Archive http://www.microsoft.com/technet/scriptcenter/resources/begin/archive.mspx, weekly articles by the The Microsoft Scripting Guys kludged together into a tutorial.

Tales from the Script Archive http://www.microsoft.com/technet/scriptcenter/resources/tales/sgarch.mspx, more primers from The Scripting Guys

Windows 2000 Scripting Guide http://www.microsoft.com/technet/scriptcenter/guide/sas_wsh_kumh.mspx?mfr=true

Microsoft Windows Script Technologies http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/e18860b9-78f5-47b0-b124-ee316aed1a9c.asp

Advanced VBScript for Microsoft Windows Administrators - Chapter 16. Microsoft Operations Manager 2005 Scripting: http://safari.oreilly.com/0735622442 & http://safari.oreilly.com/0735622442/ch16lev1sec1 Haven't read this yet.

 

MISC VBS Links:

DevGuru has terse, yet helpful info on commands

Parentheses use when calling a Sub:
MySub(MyArg) ==> OKAY
MyOtherSub(MyArg1, MyArg2) ==> FAILS
http://blogs.msdn.com/ericlippert/archive/2003/09/15/52996.aspx
http://www.devguru.com/technologies/vbscript/14155.asp