Retrieving Printer File information using SQL Simon Hutchinson

​[[{“value”:”This is one of the additions that came as part of last round of Technology Refreshes that I was excited about. Previously If I need to get information about printer files I would either have to use an API or the DSPFD command. Now I have an easy way to get information about any printer file using a SQL View.
The new SQL View is called PRINTER_FILE_INFO and is found in the SYSTOOLS library.
I always recommend that you run the run the SQL statement to see all of the columns in the SQL View for yourself. That way you can make your determination which columns you find useful to your situation. You can do that with the following statement. I have a limit of returning ten results as I found that if you want to return all the results from the View it may take some time to do so.
Read more »”}]] Read More 

Verified by MonsterInsights