I needed to give a domain global group manage documents permission on over 100 print queues. I'd asked about something like that back in June to no response, so after doing a quick search here, I found setacl via google. This free program allows you to set permissions on printers. The program is available at www.helge.mynetcologne.de/setacl
cmd /x /c c:\data\HYENAT~1\setacl %C1% /printer /grant "domain\group" /man_docs &pause
this gave the help desk the right to manage print documents. And should hold down on some calls to the sysadmins.
cmd /x /c c:\data\HYENAT~1\setacl %C1% /printer /grant "domain\group" /man_docs &pause
this gave the help desk the right to manage print documents. And should hold down on some calls to the sysadmins.
Comment