Jump to content

Recommended Posts

Posted
We have 2 domains and the stations on both get their printers using scripts. It has been a royal pain and I would like to know of a better way of doing it [unless of course there are errors in my scripts...]
Posted

I use a VB script that maps printers according to the OU of the workstation. Find this the most convenient, as move the machine account into a different OU and the printers are changed with no other interaction.

 

This is particulalry handy if we loan laptops out to different areas of the school to cope with big groups, or as temporary machines to cover for ones in for repair etc. just put the machine accounts in the correct OU for that room.

 

Mike

Posted

We have PDF Creator installed as the only printer, this takes generates PDF documents and passes them to a Perl script that decides where to send them - maybe a physical printer, or email straight to a teacher, or passed to Moodle.

 

--

David Hicks

Posted
We have a Linux based print server running Samba/Cups/Ghostscript/Pykota (there's a sticky in the *nix forum about this style of setup). This does all the grunt work. The windows machines are loaded with a generic postscript print driver (so no crazy driver problems). This driver is loaded on the machines with a startup script. The correct printers for each user are configured in a login script (again, these scripts are posted in the Scripting forum).
Posted
I use a VB script that maps printers according to the OU of the workstation. Find this the most convenient, as move the machine account into a different OU and the printers are changed with no other interaction.

 

This is particulalry handy if we loan laptops out to different areas of the school to cope with big groups, or as temporary machines to cover for ones in for repair etc. just put the machine accounts in the correct OU for that room.

 

Mike

 

Same, frankly it works like a dream.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...