Permissions to service via Command Prompt

G

Guest

Hello all and thank you in advance: I'd like to know is there a way to add
permissions to a SERVICE via the command prompt? (use the "ClipBook" service
for example) I'm trying to find an easier way to apply permissions to a
group/user than reapplying my template, etc., does anyone have any guidance
on this? Thanks again.
 
M

Michael Bednarek

Hello all and thank you in advance: I'd like to know is there a way to add
permissions to a SERVICE via the command prompt? (use the "ClipBook" service
for example) I'm trying to find an easier way to apply permissions to a
group/user than reapplying my template, etc., does anyone have any guidance
on this? Thanks again.

Try:
SC sdset "service name" <SD in SDDL format>

For documentation see:
<http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sc.mspx>
<http://msdn.microsoft.com/library/e...descriptor_definition_language.asp?frame=true>

Good luck.
 
J

Joe Richards [MVP]

subinacl or the more recent versions of sc like the one that comes with Windows
Server 2003 SP1.

--
Joe Richards Microsoft MVP Windows Server Directory Services
Author of O'Reilly Active Directory Third Edition
www.joeware.net


---O'Reilly Active Directory Third Edition now available---

http://www.joeware.net/win/ad3e.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top