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 Mike Lewis 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. rodia87

    help with script not showing printer name and port

    I am fix up the script and it works fine. Thx for reply.
  2. rodia87

    help with script not showing printer name and port

    Set colitems6 = objWMIService.ExecQuery("SELECT * FROM Win32_LogicalDisk Where Win32_Printer") You are right, I am repair this query: Set colPrinters = objWMIService.ExecQuery("Select * From Win32_Printer") But still this not showing me any details about printers, only show me how many...
  3. rodia87

    help with script not showing printer name and port

    Can You tell me why this scrpit not showing me a printer name and printer port, I think I add everything what is need, it showing me everyting but this two things are blank. Thx for reply. Set colitems6 = objWMIService.ExecQuery("SELECT * FROM Win32_LogicalDisk Where Win32_Printer") For Each...

Part and Inventory Search

Back
Top