I'm trying to create a script that maps shared printers to a specific workstation regardless of who logs in. I have an error on Line 2 Char 14 of the following script:
Option Explicit
Dim objNetwork,
sPrintPath,objPrinter,strComputer,objWMIService,colItems,objItem
Set objNetwork =...