Link to home
Start Free TrialLog in
Avatar of SamuraiCrow
SamuraiCrow

asked on

Terminal Server - Prevent Users from seeing other printers

This is a windows 2003 terminal server running quickbooks enterprise.

A couple of interesting points about quickbooks enterprise and its requirements on terminal server:  

According to their tech support users need to be in at least the Power Users group for the product to work correctly
Printer names can be no longer then 20 charecters for the printing to work from quickbooks

I have users accessing this from both inside and outside.  The inside users have appropriately named printers that quickbooks can print from without an issue.  For the outside users I've set up a script that renames their printer to one that meets the 20 charecter limit.  This has worked for the most part except for a small issue:

It seems that the users can browse everyone elses printers.  I've read an article that suggests power users can do this by default on a TS but I don't know where to modify this.  The question is two fold:

Does the power user group membership give the ability to see other users printers?
How can I modify this permission to assure users only see their own printers?

I'm somewhat TS and 2003 savvy but this one is eluding me hence the 500pts.  I welcome and appreciate all input and comments.
Avatar of SamuraiCrow
SamuraiCrow

ASKER

OK guys, after a day of staring down the barrel of this question I have come upon if not a true solution (being that the true problem is Quickbooks Enterprise REQUIRES users to be members of the Power Users group) at least it's a workaround.  Here's what I did:

Downloaded SubInACL from Microsoft:

http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&displaylang=en

Copied the EXE to the Terminal Server and set up the following batch file:

cd c:
cd\
cd c:\Kix\SubInACL
subinacl /printer * /revoke="power users"

Finally, I placed this batch file in the startup folder of the existing users and in the all users folder so that it automagically applies to new users logging on to the server for the first time.

In effect this script removes the Power Users from the ACL of any printer generated by clients logging in to the TermServ.  This in turn prevents the printers from being accessable to anyone but the user who generated them and administrators.  

With that I will close the question.  I hope this will save somebody out there some time someday.
ASKER CERTIFIED SOLUTION
Avatar of modulo
modulo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial