I need to be able to grant a user permissions to restart a single service on a Windows server without giving them administrative rights or rights to restart any other services.
I also need them to be able to install a single program via the CMD line but no other programs. I can give them admin access to the folder where the program will be installed but i need to somehow give them permissions to register the DLLs for the service without giving them admin access.
Is this possible?