I'm trying to map multiple printers on a Windows 7 machine using a VBS script. This script works without fail on Windows XP Machines. It uses the net.AddWindowsPrinterConnection() method.
On a Windows 7 Machine, I get an error "Module Not Found".
I've turned off All the group policy settings for Point and Print Restrictions, and Users are allowed to install Printer
drivers by GP as well. UAC is also Off.
Any thoughts?