

| Remove a Printer using the Printers Name |
|
|
|
|
This script can remove a mapped printer and can be added to a logon script or run via group policy. ----------COPY EVERYTHING BELOW THIS LINE for the Script---------- On Error Resume Next Dim objNetwork, objPrinter Set objNetwork = CreateObject("WScript.Network")
PLEASE MAKE SURE NO WORD WRAPPING IS HAPPENING IN YOUR SCRIPT!!! 1. Add this to a logon script or to a new GPO.
Advertisements
|










