PaperCut has many features to make implementing Print Quotas for users easy. In rarer situations, it may be necessary to set up quotas for a Shared Account.
Quotas for shared accounts can be configured in PaperCut using the command line scripting tool server-command. server-command provides access to PaperCut’s features from a scripting environment. Scripts can then be scheduled to run periodically (e.g. using Windows Task Scheduler or Cron). Scheduling a script that adds balance to shared accounts is a great way to implement shared account quotas.
Here is an example batch file that could be scheduled using Windows Task Scheduler:
set SERVER_COMMAND="C:\Program Files\PaperCut NG\server\bin\win\server-command.exe" set COMMENT="Monthly printing budget allocation" %SERVER_COMMAND% adjust-shared-account-account-balance “English” 300.00 %COMMENT% %SERVER_COMMAND% adjust-shared-account-account-balance “Science” 100.00 %COMMENT% %SERVER_COMMAND% adjust-shared-account-account-balance “Maths” 200.00 %COMMENT%
For information about the syntax of this command and a list of other available commands, see the user manual.
More Information:
More information about server-command in the PaperCut NG user manual More information about server-command in the PaperCut ChargeBack user manual
Articles in this section
- Print Deploy for VDI Best Practices
- Biometric Hardware Support
- System Maintenance August 2024
- End User Support and Resources
- Branch Office Direct Printing
- Using SSL Packet Inspection (Man-in-the-Middle) with PaperCut NG/MF
- Xerox Embedded Troubleshooting
- Important points to know about PaperCut MF version 24
- Setting up application consent in Microsoft Azure for Scan to Microsoft OneDrive and SharePoint Online
- PaperCut NG/MF Security Bulletin (May 2024)
Comments
0 comments
Please sign in to leave a comment.