Choose your language

Choose your login

Support

How can we help?

PaperCut's AI-generated content is continually improving, but it may still contain errors. Please verify as needed.

Lightbulb icon
Lightbulb icon

Here’s your answer

Sources:

* PaperCut is constantly working to improve the accuracy and quality of our AI-generated content. However, there may still be errors or inaccuracies, we appreciate your understanding and encourage verification when needed.

Lightbulb icon

Oops!

We currently don’t have an answer for this and our teams are working on resolving the issue. If you still need help,
User reading a resource

Popular resources

Conversation bubbles

Contact us

Contents

Implementing Quotas for Shared Accounts

THE PAGE APPLIES TO:

Contents

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:


Categories: How-to Articles , Charging and Billing


Keywords:

Comments

Last updated June 13, 2024