Networking Forums

Networking Forums > Computer Networking > Windows Networking > permissions to reboot (both locally and remotely)

Reply
Thread Tools Display Modes

permissions to reboot (both locally and remotely)

 
 
Blake
Guest
Posts: n/a

 
      04-03-2008, 04:22 PM
I have created a domain user and I want to grant it the rights to reboot a
server (this is NOT an admin, either local or domain).

I am looking for the minimum requirements for both a remote shutdown/reboot
as well as a local shutdown/reboot (such as a scheduled task).

I am using SHUTDOWN.EXE currently.

I have given the domain user both 'Force shutdown from a remote system' as
well as 'shut down the system' - but I get errors, most notably:

C:\Program Files\Windows Resource Kits\Tools>shutdown -r -m \\test_server
The operation completed successfully.
A required privilege is not held by the client.

During the local attempt, the scheduled task runs but nothing happens.

Thanks
Blake





 
Reply With Quote
 
 
 
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      04-03-2008, 04:53 PM
Blake <(E-Mail Removed)> wrote:
> I have created a domain user and I want to grant it the rights to
> reboot a server (this is NOT an admin, either local or domain).
>
> I am looking for the minimum requirements for both a remote
> shutdown/reboot as well as a local shutdown/reboot (such as a
> scheduled task).
> I am using SHUTDOWN.EXE currently.
>
> I have given the domain user both 'Force shutdown from a remote
> system' as well as 'shut down the system' - but I get errors, most
> notably:
> C:\Program Files\Windows Resource Kits\Tools>shutdown -r -m
> \\test_server The operation completed successfully.
> A required privilege is not held by the client.
>
> During the local attempt, the scheduled task runs but nothing happens.
>
> Thanks
> Blake


Wow, that's a heck of a crosspost!

Not sure if there are easier ways, but one no brainer method might be
Encrypted RunAs (shareware) from http://www.wingnutsoftware.com/ and a
script/shortcut that runs shutdown.exe with the parameters you wish. Then
you can set up the shortcut to use the domain account you wish, without the
end user seeing/accessing the password directly.


 
Reply With Quote
 
Anthony [MVP]
Guest
Posts: n/a

 
      04-03-2008, 05:28 PM
If you look in the Local Security Policy and copy the User Rights Assignment
for Backup Operators (except for the specific Backup and Restore rights if
you don't want them to be able to do that) that should do it,
Anthony,
http://www.airdesk.co.uk


"Blake" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have created a domain user and I want to grant it the rights to reboot a
>server (this is NOT an admin, either local or domain).
>
> I am looking for the minimum requirements for both a remote
> shutdown/reboot as well as a local shutdown/reboot (such as a scheduled
> task).
>
> I am using SHUTDOWN.EXE currently.
>
> I have given the domain user both 'Force shutdown from a remote system' as
> well as 'shut down the system' - but I get errors, most notably:
>
> C:\Program Files\Windows Resource Kits\Tools>shutdown -r -m \\test_server
> The operation completed successfully.
> A required privilege is not held by the client.
>
> During the local attempt, the scheduled task runs but nothing happens.
>
> Thanks
> Blake
>
>
>
>
>



 
Reply With Quote
 
Blake
Guest
Posts: n/a

 
      04-03-2008, 07:47 PM
When the user attempts to run the shutdown command, I get event 578:

Win32 Registry/SystemShutdown module
blah blah
Privileges: seShutdownPrivilege

This user DOES have the 'user rights assignment' to shut down the system.
(as well as log on locally, as a batch job - most of the Backup Operators
rights)

Thoughts?


"Anthony [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> If you look in the Local Security Policy and copy the User Rights
> Assignment for Backup Operators (except for the specific Backup and
> Restore rights if you don't want them to be able to do that) that should
> do it,
> Anthony,
> http://www.airdesk.co.uk
>
>
> "Blake" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>I have created a domain user and I want to grant it the rights to reboot a
>>server (this is NOT an admin, either local or domain).
>>
>> I am looking for the minimum requirements for both a remote
>> shutdown/reboot as well as a local shutdown/reboot (such as a scheduled
>> task).
>>
>> I am using SHUTDOWN.EXE currently.
>>
>> I have given the domain user both 'Force shutdown from a remote system'
>> as well as 'shut down the system' - but I get errors, most notably:
>>
>> C:\Program Files\Windows Resource Kits\Tools>shutdown -r -m \\test_server
>> The operation completed successfully.
>> A required privilege is not held by the client.
>>
>> During the local attempt, the scheduled task runs but nothing happens.
>>
>> Thanks
>> Blake
>>
>>
>>
>>
>>

>
>



 
Reply With Quote
 
Blake
Guest
Posts: n/a

 
      04-03-2008, 07:52 PM
the problem here lies when that password must be changed - I'm trying to
tighten security and create an ID that can reboot the servers and not much
else. The rights seem to exist in the security policies....

Blake

"Lanwench [MVP - Exchange]"
<(E-Mail Removed) hoo.com> wrote in message
news:(E-Mail Removed)...
> Blake <(E-Mail Removed)> wrote:
>> I have created a domain user and I want to grant it the rights to
>> reboot a server (this is NOT an admin, either local or domain).
>>
>> I am looking for the minimum requirements for both a remote
>> shutdown/reboot as well as a local shutdown/reboot (such as a
>> scheduled task).
>> I am using SHUTDOWN.EXE currently.
>>
>> I have given the domain user both 'Force shutdown from a remote
>> system' as well as 'shut down the system' - but I get errors, most
>> notably:
>> C:\Program Files\Windows Resource Kits\Tools>shutdown -r -m
>> \\test_server The operation completed successfully.
>> A required privilege is not held by the client.
>>
>> During the local attempt, the scheduled task runs but nothing happens.
>>
>> Thanks
>> Blake

>
> Wow, that's a heck of a crosspost!
>
> Not sure if there are easier ways, but one no brainer method might be
> Encrypted RunAs (shareware) from http://www.wingnutsoftware.com/ and a
> script/shortcut that runs shutdown.exe with the parameters you wish. Then
> you can set up the shortcut to use the domain account you wish, without
> the end user seeing/accessing the password directly.
>



 
Reply With Quote
 
Blake
Guest
Posts: n/a

 
      04-03-2008, 07:59 PM
I think it is a group policy issue - will update tomorrow

Blake
"Blake" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> When the user attempts to run the shutdown command, I get event 578:
>
> Win32 Registry/SystemShutdown module
> blah blah
> Privileges: seShutdownPrivilege
>
> This user DOES have the 'user rights assignment' to shut down the system.
> (as well as log on locally, as a batch job - most of the Backup Operators
> rights)
>
> Thoughts?
>
>
> "Anthony [MVP]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> If you look in the Local Security Policy and copy the User Rights
>> Assignment for Backup Operators (except for the specific Backup and
>> Restore rights if you don't want them to be able to do that) that should
>> do it,
>> Anthony,
>> http://www.airdesk.co.uk
>>
>>
>> "Blake" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>>I have created a domain user and I want to grant it the rights to reboot
>>>a server (this is NOT an admin, either local or domain).
>>>
>>> I am looking for the minimum requirements for both a remote
>>> shutdown/reboot as well as a local shutdown/reboot (such as a scheduled
>>> task).
>>>
>>> I am using SHUTDOWN.EXE currently.
>>>
>>> I have given the domain user both 'Force shutdown from a remote system'
>>> as well as 'shut down the system' - but I get errors, most notably:
>>>
>>> C:\Program Files\Windows Resource Kits\Tools>shutdown -r -m
>>> \\test_server
>>> The operation completed successfully.
>>> A required privilege is not held by the client.
>>>
>>> During the local attempt, the scheduled task runs but nothing happens.
>>>
>>> Thanks
>>> Blake
>>>
>>>
>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Blake
Guest
Posts: n/a

 
      04-04-2008, 12:26 PM
I had a group policy overriding the one I was using to give the user
permissions to shut down the system.

all the user needs is 'shut down system' and 'log on as a batch job' for the
scheduled task to run.

Thanks
Blake

"Blake" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>I think it is a group policy issue - will update tomorrow
>
> Blake
> "Blake" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> When the user attempts to run the shutdown command, I get event 578:
>>
>> Win32 Registry/SystemShutdown module
>> blah blah
>> Privileges: seShutdownPrivilege
>>
>> This user DOES have the 'user rights assignment' to shut down the system.
>> (as well as log on locally, as a batch job - most of the Backup Operators
>> rights)
>>
>> Thoughts?
>>
>>
>> "Anthony [MVP]" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> If you look in the Local Security Policy and copy the User Rights
>>> Assignment for Backup Operators (except for the specific Backup and
>>> Restore rights if you don't want them to be able to do that) that should
>>> do it,
>>> Anthony,
>>> http://www.airdesk.co.uk
>>>
>>>
>>> "Blake" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>>I have created a domain user and I want to grant it the rights to reboot
>>>>a server (this is NOT an admin, either local or domain).
>>>>
>>>> I am looking for the minimum requirements for both a remote
>>>> shutdown/reboot as well as a local shutdown/reboot (such as a scheduled
>>>> task).
>>>>
>>>> I am using SHUTDOWN.EXE currently.
>>>>
>>>> I have given the domain user both 'Force shutdown from a remote system'
>>>> as well as 'shut down the system' - but I get errors, most notably:
>>>>
>>>> C:\Program Files\Windows Resource Kits\Tools>shutdown -r -m
>>>> \\test_server
>>>> The operation completed successfully.
>>>> A required privilege is not held by the client.
>>>>
>>>> During the local attempt, the scheduled task runs but nothing happens.
>>>>
>>>> Thanks
>>>> Blake
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IP Tables locally Vincent van Beveren Linux Networking 2 07-27-2006 11:42 AM
Are Group Permissions applied locally with Cached Credentials TexasMirty@gmail.com Windows Networking 0 04-04-2006 12:06 AM
edit permissions remotely Perry Diels Windows Networking 2 07-05-2005 11:45 AM
log on locally FTP??? What is this? Brad Wilson Windows Networking 4 10-19-2004 07:37 PM
resolving locally Paddy Linux Networking 2 02-02-2004 11:49 AM



1 2 3 4 5 6 7 8 9 10 11