Tagged Questions
15
votes
4answers
36k views
How do I grant start/stop/restart permissions on a service to an arbitrary user or group on a non-domain-member server?
We have a suite of Windows Services running on our servers which perform a bunch of automated tasks independently of one another, with the exception of one service which looks after the other ...
0
votes
1answer
87 views
Should windows services be created with custom users, or should I use one of LocalSystem/LocalService/NetworkService
I'm asking the question in general for the average custom developed NT service or unix OSS daemon ported to windows with SCM support. However, at the moment my immediate concern is for mongodb.
From ...
2
votes
1answer
515 views
Cygwin SFTP directory security
Here is what we are trying to accomplish:
A client drops off a file on a Windows/Cygwin SFTP folder
A Windows service scans the folder and processes the file
The problem:
The Windows service is ...
0
votes
2answers
2k views
Windows Services - Common Ports to Open in Firewall
I've always had trouble finding firewall port information for some windows-based software/services. For example,http://support.microsoft.com/kb/832017 gives me the ports but there's no differentiation ...
7
votes
2answers
574 views
What is the best way to allow a domain user to start and stop services on the machine?
What is the best way to allow a domain user to start and stop services on the machine? The domains user cannot be made admin.