Link to home
Start Free TrialLog in
Avatar of joemckamey
joemckameyFlag for United States of America

asked on

Permissions for PStools

I am using the program PStools to start a program remotely inside my network.  However, I keep getting permission issues.  The script I am running to start the program connects fine then windows tells me Access Denied.  I am sure I need to give some kind of permission to my computer.  I can send the command from my domain server and it works.  Exact same command from a different PC doesn't.  I can't always use the server to send the command so I would like to figure out the permission issue.  Any help would be appreciated!
Avatar of ConUladh
ConUladh
Flag of Ireland image

The user you're running the script as probably needs to be an administrator on the target machine, is the user you're logging onto the DC as different from the user you log on as when you try it from another computer?
Avatar of joemckamey

ASKER

It is different and I gave that user access as an administrator.  Do I have to reboot to make that take affect?
ASKER CERTIFIED SOLUTION
Avatar of ConUladh
ConUladh
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
and no you don't need to reboot
I don't do much command line work, so forgive me if this is elementary.  What is the syntax to include the username and password?
-u <username> -p <password>

THANKS!!
No prob, technically this is a workaround as i would think passthrough authentication should work but hey if it works and you're happy...:)
Actually the passthrough did work.  I wonder if it just took a few moments for the permissions to refresh.  I tried it before lunch and it denied but after lunch it worked.