Strange possible group policy request....?

Soldato
Joined
8 Jun 2005
Posts
5,275
Is it possible to setup a user account that can only access the shutdown/restart option on the server and nothing else?

If so how can this be achieved?

Cheers,

G
 
For a pure maintenance point of view? As in, no access to task manager, desktop icons, programs, control panel, etc?

What server version?
 
For a pure maintenance point of view? As in, no access to task manager, desktop icons, programs, control panel, etc?

What server version?

Exactly, no access to anything else.

They have a server 2008 box, but I have a feeling that the guy who's requsting this is on about their XP machine that runs the FTP server. Will get clarification today.

At this stage they are really just asking if it's possible and I don't know myself.

Thanks for any advice,

G
 
Just give only him permission to shutdown computers remotely. (You can do this is group policy)

Then run CMD;

shutdown -m \\computername -r -t 01

use -s for shutdown in place of -r.

Write him batch files for each one, viola!
 
Back
Top Bottom