Answered by:
Assign users the ability to stop/start services on a 2008r2 server in a 2012R2 domain.

-
Is there a way to assign users the ability to stop/start specific 3rd party services that run on a 2008r2 server? The DC is a 2012R2 server and only shows the local services in GPMC.
I have read the article on technet: http://social.technet.microsoft.com/wiki/contents/articles/5752.how-to-grant-users-rights-to-manage-services-start-stop-etc.aspx. The services listed do not include the specific services that I need to assign. I assume that I could use the 'Security Configuration Tool' on the 2008R2 server, but I am concerned that I could cause a problem if I try to import the policy from a 2008R2 server to a 2012R2 server.
Thanks
Robert JB
Question
Answers
-
nothing :)
sorry my english
- Edited by Sneff_Gabor Sunday, May 15, 2016 8:08 PM
- Marked as answer by Robert JB Monday, May 16, 2016 11:30 AM
All replies
-
-
-
-
-
nothing :)
sorry my english
- Edited by Sneff_Gabor Sunday, May 15, 2016 8:08 PM
- Marked as answer by Robert JB Monday, May 16, 2016 11:30 AM
-
-
-
> Is there a way to assign users the ability to stop/start specific 3rd> party services that run on a 2008r2 server? The DC is a 2012R2 server> and only shows the local services in GPMC.Yes. Configure ANY service to your needs, then edit the GptTmpl.inf filein the GPO's sysvol folder and replace the service name :)
-
-
Hi Robert,
You could try to grant rights using Subinacl.exe.
SUBINACL /SERVICE \\MachineName\ServiceName GRANT=[DomainName\]UserName[=Access]
For more information, you could refer to the article below.
Method 3: Grant rights using Subinacl.exe
https://support.microsoft.com/en-us/kb/288129
Note: The steps are similar in Windows Server 2003 and Windows Server 2008.
Best Regards,
Jay
Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.