How to import classes in VBScript

November 5, 2009

I tend to write VBScripts as object orientated code and have some Classes containing methods that I commonly use (reuse, reuse, reuse!), (eg Ping a hostname, get the operating system version, amongst others) but was always stuck on an easy way to import these classes into other scripts to make[...]

How to: Add a printer connection for every user

November 19, 2008

Aim: To add a printer connection to eg. \MyServer\MySharedPrinter for every user on every PC on your network. Many companies have a corporate printer everyone has access to so therefore why get them to do it themselves when you can automate this and forget about it. Solution: In the past[...]