I am calling a script from within a logon script. The called script won't run powercfg. It runs fine when I logon as admin, but it says "You do not have permission...." if I logon as a user.

In my network only admins are allowed to adjust the power configuration.


here is some of the logon script
Code:
call "\\server\share\power.kix"



then power.kix runs but gives me the permission error
Code:
shell 'powercfg /CREATE Power_Scheme'
shell 'powercfg /SETACTIVE Power_Scheme'
shell 'powercfg /CHANGE Power_Scheme /monitor-timeout-ac 15'