AD user would like to shut down domain server

  • Thread starter Thread starter Lugos
  • Start date Start date
L

Lugos

How can i enable that AD user should have rights to shuts down domain
server. Could this be done on server itself (i dont like that idea) or could
it be managed by AD.

thanks
 
Lugos said:
How can i enable that AD user should have rights to shuts down domain
server. Could this be done on server itself (i dont like that idea) or could
it be managed by AD.

thanks

Give him a shortcut that creates a semaphore file in his personal
share. Now use the Task Scheduler to run a task once every
five minutes. The task should do this:

Step 1. Check if the semaphore file exists. If it does, move on to Step 2.
Step 2. Delete the semaphore file, then reboot the server.

You can reboot the server with shutdown.exe.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top