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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.