Author: cezar_sl
Subject: PsExec - only works with admin logged on target pc
Posted: 03 March 2014 at 3:33pm
My problem is as follows :
When on the target machine the user is logged on, as a standard user
> PsExec \\192.168.1.1 -u user -p userpass ipconfig
Could not start PSEXESVC service on 192.168.1.1:
Access is denied.
> PsExec \\192.168.1.1 -u admin -p adminpass ipconfig
Could not start PSEXESVC service on 192.168.1.1:
Access is denied.
If I change the user account type to administrator, both commands work.
I've checked all the conditions from here http://forum.sysinternals.com/topic15919.html, everything is ok.
Also, with user=standard, this works
> tasklist /s \\192.168.1.1 /u admin /p adminpass
Subject: PsExec - only works with admin logged on target pc
Posted: 03 March 2014 at 3:33pm
My problem is as follows :
When on the target machine the user is logged on, as a standard user
> PsExec \\192.168.1.1 -u user -p userpass ipconfig
Could not start PSEXESVC service on 192.168.1.1:
Access is denied.
> PsExec \\192.168.1.1 -u admin -p adminpass ipconfig
Could not start PSEXESVC service on 192.168.1.1:
Access is denied.
If I change the user account type to administrator, both commands work.
I've checked all the conditions from here http://forum.sysinternals.com/topic15919.html, everything is ok.
Also, with user=standard, this works
> tasklist /s \\192.168.1.1 /u admin /p adminpass