Skip to main content

Google Cloud Printing using Papercut MF

We have been using Papercut to manage printing for some years and its an excellent piece of software. However, as we have gained more and more ChromeOS devices, there has been a need to have managed Cloud Printing. We have been able to deploy cloud printers, I wrote a document about it here.

This method had the limitation that the printing was not billed to a specific user or account. I had to setup Papercut to charge to one shared account. It also did not allow for printing to copiers as they did not talk to Papercut and required an additional layer of authentication that Cloud Print could never support. The solution appear at the end of last year when I noticed that the latest revision of Papercut supported Google Cloud Printing. As the contract for our copiers was up for renewal, we took the opportunity to get copiers that have embedded Papercut on them. This means they talk directly to our Papercut server.

So we are now on Papercut MF 14. This has an option to enable cloud printing and publish printers to the cloud. So I have published our Mono and Colour copier pools to Cloud printing. These I've shared to groups and as the owner of the groups approved the share. So this basically allows us to cloud print from ChromeOS (or any other device) to our copier pools from anywhere.

So a user selects a cloud printer:

This is the mono pool - so the print job can be picked up at any copier.
If they then do nothing, they will get and email telling them to click on a link to choose an account to print to (or they can go straight to the site rather than wait for the email). At which point they get this browser popup:

The user can then select an account and print or cancel the job. They can then pickup the job from the copier.

This is for staff who print to accounts that as assigned to them. Students print to a print quota, so they can go straight to the copier to pick up a job. When they run out of quota, they cannot print until we give them more.

So we have managed printing from ChromeOS for the first time. It will be interesting to see how in pans out in the coming few weeks. It offers some interesting possibilities - I took a picture on my phone and printed it straight to a copier - modern android phones have cloud print build in.

Some things to consider:
  • This does not work across a non-transparent proxy - then again what does!
  • On Papercut you must have your Google Apps account on all your users - so Papercut syncs with Active Directory to get its users. If your user names on AD and Apps are the same this is easy.
  • You need an account for sharing printers. We use one called printman.
  • Papercut needs to be able to send emails - so this is where it falls down with non-transparent proxies.
  • To get the Papercut popup on cloud print outside your network you need an external IP address for you print server.
  • You need the very latest build of Papercut which is v14 build 26241 at the time of writing - this resolves some timeout issues with the cloud connector. 
  • Its very new - so expect err issues!


Comments

Popular posts from this blog

Delete a specific email using GAM

If a user send an inappropriate email to a loads of people or get stung by some sort of email exploit you can quickly delete the email from all of the recipients using a GAM command. Step 1 - get the email header Go into Google Vault and search for the offending user or someone known to have got the message. Click show details and grab the email ID. This will be a long string of characters followed by @mail.gmail.com Step 2 - find out who has the email Go into Google Vault and find the original message sent by the offending user. Look at the details to see who got it. Copy the list and dump it into a spreadsheet. Clean up to just a list of emails with a column header 'mail'. Save as a csv file. Step 3 - delete messages with GAM Put your CSV file in your GAM folder - this e.g. assumes its called mail.csv Run: gam csv mail.csv gam user ~mail delete messages query rfc822msgid: MESSAGEIDHERE doit The alternative nuke option is: gam all users delete messages query rf

Adding subdomains to G Suite

This is how I add subdomains (so basically new schools) to out G suite setup. I've got these steps documented on a scruffy set of notes that I've now got in Keep - so time to document them - for myself as much as anyone else! Steps in order (roughly) Add the new domain Verify the new domain Add MX records to hosting Add SPF record for Google to hosting Turn on email authentication Add DMARC record to hosting Setup custom Directory and restrict students OU to this. Create an admin quarantine for the domain. Configure SPAM setting for the domain. Turn on and off services as appropriate. Map a blank Google Site to the naked domain - if required. Setup some basic groups - allstaff, allusers (for directory) and students with appropriate permissions. Deploy custom wallpapers. So the steps in a bit of detail: Add the new domain & Verify ownership Click on Domains in the admin console: Add/remove domains followed by "add a domain" At this

My favorite GAM commands - well a few of them at least!

Where would be without GAM? Paying for expensive syncing tools or doing tedious manual tasks in the admin console. GAM can automate most things you might want to do in G Suite. So these are a few of my favourite commands - one I use either as part of a batch file - or just standalone. There are loads more - but these are ones that are used daily. Classroom Create a spreadsheet of all your domains classes -  gam print courses todrive Create a spreadsheet of a teacher's classes:  gam print courses teacher fred@mydomain.com todrive Bulk create classes: gam csv classes.csv gam create course alias ~alias name ~alias section ~subject teacher ~teacher status ACTIVE where classes.csv is a list of classes you want to make. Add teachers: gam csv teachers.csv gam course ~alias add teacher ~teacher Add students: gam csv students.csv gam course ~alias add teacher ~student Sync Students (in this example to a group - but could be an ou/csv file) gam csv groups.csv gam course ~g