Greetings,

Is there a way to have a kixtart script:

1. Traverse through ALL installed printers on a print server, determine its security permissions, and store its info in a array?

2. Compare those printer security permissions to a user utilizing the ingroup() function? Ultimately, if a user matches any of the security permissions of each printer, it will be dealt with accordingly. Of course this would all occur in some sort of for or while loop to traverse each printer.

3. Finally, utilize the addprinterconnection() function to finally add a user's printers. Of course this would all be done dynamically.

The benefits of this:
1. If we need to add a printer, we don't need to edit any kixtart scripts (Requires less training).
2. It's easier.
3. I'll sleep better at nights
4. It will probably cut my code in half (We're talking over 1000 lines).

Thanks in advance!!!




Hoopes