Hi,
Thank you for the post.
If non admin users want to restart service from remote MMC, you need grant users rights follow steps below:
Grant user right to access service manager remotely
1.Obtain the current security descriptor settings of Service control manager:
Run command sc sdshow scmanager on the computer which you want to manage remotely, we will get following
D:(A;;CC;;;AU)(A;;CCLCRPRC;;;IU)(A;;CCLCRPRC;;;SU)(A;;CCLCRPWPRC;;;SY)(A;;KA;;;BA)S:(AU;FA;KA;;;WD)(AU;OIIOFA;GA;;;WD)
2.Get SID of the user which you want to grant permission.
Log on the user, run command whoami /all then we can get the SID of the user. For example, the SID of my test user is S-1-5-21-75742885-1028626651-2117483494-1107.
To domain user/groups, open ADUC--view menu--selected Advanced Features, find objectSid from domain user/groups Attribute Editor tab.
3.Generate the SD, add (A;;LCRPRC;;;{SID}) before S:(AU;FA;KA;;;WD)(AU;OIIOFA;GA;;;WD), then we can get:
D:(A;;CC;;;AU)(A;;CCLCRPRC;;;IU)(A;;CCLCRPRC;;;SU)(A;;CCLCRPWPRC;;;SY)(A;;KA;;;BA)(A;;LCRPRC;;; S-1-5-21-75742885-1028626651-2117483494-1107)S:(AU;FA;KA;;;WD)(AU;OIIOFA;GA;;;WD)
4.Run command sc sdset scmanager D:(A;;CC;;;AU)(A;;CCLCRPRC;;;IU)(A;;CCLCRPRC;;;SU)(A;;CCLCRPWPRC;;;SY)(A;;KA;;;BA)(A;;LCRPRC;;; S-1-5-21-75742885-1028626651-2117483494-1107)S:(AU;FA;KA;;;WD)(AU;OIIOFA;GA;;;WD)
Then we can access service manager remotely.
RegardsRick Tan
TechNet Community Support
Need to support users over the internet?
click here try our remote control online beta