Guest Kenneth R Posted February 16, 2009 Posted February 16, 2009 "I want to set the rights PRINT and MANAGE to a special user. I could'nt find a class in .NET to do this, so I use System.Diagnostics.Process and subinacl from Windows 2003 Ressource Kit. The following commands work fine: subinacl /printer muster /grant=username=P -> user can print documents subinacl /printer muster /grant=username=M -> now the user can manage the printer; he is able to delete jobs; but the right to print is automaticly revoked subinacl /printer muster /grant=username=PM -> Windows sends the message "Syntax error" How can I set the rights? Is there a better way to do this?" We're having the same problem as Oliver Kuhl who posted this in the .NET forum with no response: http://www.microsoft.com/communities/newsg...cr=US&sloc=&p=1 Any suggestions? Is there a better place to post this type of question? Thanks! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.