Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chriskdixon

    Setting local printer default after mapping network printers

    Dim objNetwork Dim objPrinters Dim ADSysInfo Dim ComputerName on error resume next Set objNetwork = CreateObject("WScript.Network") Set objPrinters = objNetwork.EnumPrinterConnections Set ADSysInfo = CreateObject("ADSystemInfo") Set ComputerName = GetObject("LDAP://" & ADSysInfo.ComputerName)...

Part and Inventory Search

Back
Top