Windows Thread, R2 Print Management - Per Computer in Technical; Hello all,
I'm currently running R2 Print Management - Per User (which works absolutely fine), however due to demand, I ...
-
12th March 2009, 03:35 PM #1
R2 Print Management - Per Computer
Hello all,
I'm currently running R2 Print Management - Per User (which works absolutely fine), however due to demand, I need to change this configuration to Per Computer.
Pushprinterconnections.exe is setup as a Startup script, and the required printers have been configured/deployed on a Per Computer basis.
When I logon as a domain administrator, everything appears to work as it should. Logon as anyone else, such as pupils and staff and it doesn't. I've even tried running it with -log, but it doesn't even create a log file which is bazaar.
I'm at a complete loss why it isn't running correctly. I've tried gpupdate /force and also enforcing the GPO link, yet it makes no difference. Return the printers back to Per User and everything is fine.
One article I came across mentioned a conflict between R2 Print Management and XP SP3 and I am running XP SP3 and following guidelines as published by Microsoft. All ideas/suggestions would be welcome as I have wasted enough time as it is!
-
-
IDG Tech News
-
12th March 2009, 08:50 PM #2 An update - I have finally cracked it, only after about 2 hours of experimenting! For some unknown reason the default profile template I use for all users (which I created a long time ago) was blocking the new printers being dynamically created. Really strange, but creating a new profile worked. I found absolutely nothing on Google about this!
Only problem I have now is how can I remove the Smart Notebook Capture Printer using a script?
-
-
13th March 2009, 11:41 AM #3
- Rep Power
- 14
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colInstalledPrinters = objWMIService.ExecQuery _
("Select * from Win32_Printer where DeviceID = 'Smart Notebook Capture Printer'")
For Each objPrinter in colInstalledPrinters
objPrinter.Delete_
Next
Put that in your logon script (and just check that it is actually called Smart Notebook Printer - if it is slightly different, as I haven't got it on this PC at the moment, then just change it where I've italicized it) and it should work.
I use this script to get rid of Microsoft Office Document Image Writer & Microsoft XPS Document Writer which confuse the hell out of new users when they end up being set as default instead of the local printer.
-
Thanks to TheFopp from:
Michael (13th March 2009)
-
13th March 2009, 12:39 PM #4 Thanks for this, I'll keep it for future reference. It only affects machines with Smart 9 or 10 installed, but only machines connected to whiteboards have it installed. Was just as quick to visit the 10 or so machines and delete it manually.
-
SHARE: 
Similar Threads
-
Replies: 13
Last Post: 30th June 2009, 04:23 PM
-
By mattmoo in forum Network and Classroom Management
Replies: 2
Last Post: 21st November 2008, 11:51 AM
-
By Simon_Gibbs in forum Windows
Replies: 4
Last Post: 16th May 2008, 10:54 AM
-
By ltunstall in forum Windows
Replies: 34
Last Post: 3rd March 2008, 07:28 PM
-
Replies: 7
Last Post: 1st October 2007, 05:49 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules