Related resources for interrogating
  • Interrogating Your Printer Queues with WMI5/21/2020 4:43:00 AM. In response to a newsgroup query here is the code needed to view the printer queues on your system.
  • Interrogating your Printer Queries with WMI11/8/2012 9:53:50 AM. In response to a newsgroup query here is the code needed to view the printer queues on your system. Once again this is achieved using Windows Management Instrumentation or WMI. Note this code will display all printer queues if there are documents waiting to be printed. To test this open up a printer queue and pause the printer then use notepad or word etc and print to the paused printer.
  • Interrogating Systems with WMI12/27/2005 1:22:13 AM. WMI allows you to retrieve information such as hardware types, software installed and much much more.
  • Interrogating System with WMI - Part 212/27/2005 1:01:39 AM. After my last article on WMI it was time to get serious. WMI or Windows Management Instrumentation is useful on a local machine to produce a WINMSD type program but using it across a network makes it even more useful.