How To use psexec command remotely? [duplicate]

This question already has answers here: Closed 10 years ago. Possible Duplicate: How to use psexec without admin privileges on target machine? I am trying to access the remote machine using psexec command command is : psexec \ remote machine -u [Username] -p [Password] command but still i am getting Access Denied problem so If … Read more

is there a way to get PSEXEC to output the results of python

The situation: I am running psexec.exe from one windows machine to another and would like to run a python script on the remote machine and look at the output of the script without having to pipe it to a file and then read out the file, because the script is actually interactive and needs to … Read more

IIS start remote commands – PsServices | PsExec

I have developed a ASP.NET C# web page which connects to remote conmputer command prompt using PSSERVICES.exe and executes some commands against servers. The execution works fine until I deployed the application on IIS 7.5. The application is supposed to run the commandsn get the output and display to the user. After deployement, the command … Read more

Initialize service on remote computer without LocalAccountTokenFilterPolicy

I’m trying to use PsTools to configure remote computers. When I tried to initialize a Ps service at the remote computer for the first time, I got an Access is denied. error, even when authenticated as an administrator account. Some websites recommend to change HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\LocalAccountTokenFilterPolicy to 1 in the registry, but when I did that, … Read more

How to use psexec in Windows XP

I read some related document on above query: http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx http://ss64.com/nt/psexec.html I used this command on in my comman d prompt : psexec \\PCname -u UserName -p ****** “C:\Program Files\Messenger\msmsgs.exe” But i can’t see Messenger on either my or on remote machine. I am trying to do this Answer Ways to do what you want (on … Read more