nhottinger Posted October 9, 2014 Report post Posted October 9, 2014 We are a full windows shop with Dell computers. We use GPO and a login script to map printers for specific pc's. Recently we have had more and more domain pc's installing printers that are not even in the area of this pc. The pc or user are not members of the group that should get these printers. We have checked all the GPO's we can think of, but it seems like everyday there is another pc getting these printers installed. Does anyone have an idea of what is happening here? Here is an example of the script that we are running. Option Explicit dim WshNetworkSub printersSet WshNetwork = CreateObject("WScript.Network")WshNetwork.AddWindowsPrinterConnection \\SERVER\PR03WshNetwork.SetDefaultPrinter \\SERVER\PR03WshNetwork.AddWindowsPrinterConnection \\SERVER\PR02End Sub Call printers Quote Share this post Link to post Share on other sites More sharing options...