Skip to content

tnosch/powershell-printers_report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

powershell-printers_report

Howto create a report on windows print server for your printers

  1. Enable Print Logging

Open Event Viewer by searching for "Event Viewer" or pressing Win + R, typing eventvwr.msc, and hitting Enter. Navigate to Application and Services Logs > Microsoft > Windows > PrintService. Right-click on the Operational log and select Properties. Check the box next to Enable Logging and click Apply and OK.

  1. Generate a Report (using PowerShell)

Use the Get-WinEvent cmdlet to query the log. You can filter by Event ID (e.g., 307 for printing a document), source, and time. Pipe the results to Export-Csv to save the extracted information into a CSV file

@tnosch / [email protected]

About

Howto create a report on windows print server for your printers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published