Is there a way to allow teachers to delete jobs and pause printing without also giving them the ability to change drivers,ports etc.
Is there a way to allow teachers to delete jobs and pause printing without also giving them the ability to change drivers,ports etc.
What about writing some VBS scripts to do it from a shortcut? That way you don't have to worry about them getting lost in printer dialogs.
Yeah, I hadn't thought of that.
But woudln't I still need to give them the same permissions so that the script will work?
Well you could use userimpersonation in the script. But really its just security through obscurity. I'm afraid permissions on printers aren't very fine grained. It's all or nothing.
Damn. I hoped you weren't going to say that.
Actually AdminScripEditor isn't meant to allow the creating of encrypted script excutables from VBS, BAT and KIX sources. It's then possible to runas impersonation.
I may give it a go when I can cobble together the £50 per seat license![]()
£50 per seat gah!! If you look around most of these programs that claim to turn scripts into exe files are just some fancy self extracting archive and you can find your script in plaintext in the temp folder or similar location.
per seat with activation
ASE's particular boast is that it encrypts the resulting excutable so that it's safe to put admin passwords your script.

does the Security tab in the printer properties not allow you to set permissions for cancelling jobs etc?
Yeah but to allow printer pausing you need to allow them to manage the printer not just the jobs. This means that non-techs can change drivers, ports and generally cause merry mayhem
It is a pain but I think Geoff's idea is probably the best as you will be at least keeping them away from accidental reconfigurations. If someone does want to change something there isnt much you can do though.
Another option would be to use the IPP printing web interface which will keep them away from the driver screens and other such things.
You can get round that in VBS scripting. Iliterate through all the pending/printing jobs on the print queue and pause each job individually. The effect is the same but there's no need for printer management permissions.Originally Posted by NetworkGeezer
Interesting ...tell me more.
There are currently 1 users browsing this thread. (0 members and 1 guests)