Skip to main content

Real Print manager

Admin console for Real Print management: realprint-manager.ps1

Database format

Real print uses a flat file database. You can use a sql database and we have successful implementions using them. For simplicity on GitHub code has been written to use a flat file database structure.

Manager provides a frontend for assigning printers to endpoints. Screen capture tells the story.

image

convertto-textasciiart.ps1

tip

This feature is optional and can be disabled but it looks cool.

Creates the cool banner logo for real print manager.

List print servers and printers

Beta feature

Does not always work.

Since some networks and endpoints are locked down more than others the code used to get a list of all printers on all print servers is suspect to being blocked or failing to run.

This can be tailored to your specific environment. There are some fancy means of using markdown and publishing to a frontend website with a polished look to present this data. Many things to consider and build out, endless possibilities for customization.