Windows Print Job Logging
Revision as of 10:31, 26 June 2019 by Michael.mast (talk | contribs) (Created page with "==Enabling Printer Auditing via GPO== It appears that to enable print logging, using the built in logging function, you have to edit the registry to #Enable the log<ref>https:...")
Enabling Printer Auditing via GPO
It appears that to enable print logging, using the built in logging function, you have to edit the registry to
The following edits and additions are needed
- Update the following to 1 (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft \Windows\CurrentVersion\WINEVT\Channels \Microsoft-Windows-PrintService/Operational, entry Enabled)
- Create the following key (HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\eventlog\Microsoft-Windows-PrintService/Operational)
Windows comes with an operational entry in event viewer for the Microsoft-Windows-PrintService event sub directory. However it gets overwritten with whatever you put into the key that you create. Not sure how it associates the key to print services since every other application has an operational entry, and the location of the key does not seem to corresponding to a particular service.
- ↑ https://social.technet.microsoft.com/Forums/windowsserver/en-US/8e7399f6-ffdc-48d6-927b-f0beebd4c7f0/enabling-print-history-through-group-policy?forum=winserverprint
- ↑ https://support.netaphor.com/index.php?/article/AA-00574/0/Enabling-Print-Logging-on-Windows-Server-2008-R2-and-Newer-Print-Servers.html
- ↑ https://blogs.technet.microsoft.com/askperf/2008/08/12/two-minute-drill-enabling-print-queue-logging/