windows-administration

Give user permission to restart Windows Service without making them member of Administrators?

How can I give a user permission to stop or start services on a system without making them part of its Administrator group? ...

Administering IIS with ruby

Ill keep this short and simple. I need to find out the steps that I would have to take in order to administer IIS on a windows box using Ruby. The main thing I am trying to achieve is setting an existing websites home directory to a different folder. ...

Check if the current user is administrator

My application need to run some scripts, and I must be sure that the administrator is running them... what is the best way doing it using C#? ...