If you try to remote shutdown your windows 2008 server with the following *nix command
and the only result is
Then you have to give the
special_shutdown_user user the right to
force remote shutdown at the
secpol.msc.
Hoping that this helps someone.
Direktlink
geschrieben von potassium am Donnerstag, 05.07.2012, 20:34
Kommentar(e):
this does not solve the problem : solution is
In the registry editor,
-- navigate to HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/Policies/System.
-- create the DWORD value LocalAccountTokenFilterPolicy
-- Modify the value of LocalAccountTokenFilterPolicy by changing the Value data to 1
Worked for me, thanks!