Unfortunately, that is what I'm already doing. what I'm hoping is to be a little more dynamic because you are still staically specifying the group and statically specifying the printer. Hopefully this is a little clearer than before:

1. Query ALL of the @USERID's groups that it belongs to
2. Query ALL of the installed printers on the print server and determine their permissions
3. Compare the @USERID's permissions to every installed printer.
4. If the printer's perms match the @USERID's perms addprinterconnection($CURRENTPRINTERINLOOP)

So basically, I don't want to hardcide usernames or printer name in the script. Is that something that is possible? Thanks again!

Hoopes