Tagged Questions

PsExec is a light-weight telnet-replacement that lets you execute processes on other systems, complete with full interactivity for console applications, without having to manually install client software.

learn more… | top users | synonyms

8
votes
11answers
3k views

Program output lost when passed through PsExec

(This is a question my coworker posted elsewhere, but I thought I'd post it here to see if I could hit a different audience.) Hello all, I'm testing the possibility of writing a small java ...
6
votes
2answers
889 views

Strategy for Automated UI testing on remote virtual machines

I'm using TeamCity for my CI builds, and I'd like to set up a second build for running automated UI tests on Windows XP and Windows 7 virtual machines. I imagine the build working as follows: ...
5
votes
1answer
169 views

Why is WMI so much slower tha using utilities like PsExec or PsList?

I'm doing various OS management and querying tasks using WMI, but it allways take a long time for first WMI call(10 to 15s). When I tried few tools from sysinternals I found that they are so much ...
5
votes
1answer
369 views

Does an open-source psexec clone written in Delphi exist?

I'd like to add psexec type functionality to an application, but I'd like to have it in native Delphi. Ultimately my goal is to remotely execute a process as SYSTEM, which will require installing a ...
4
votes
3answers
2k views

psexec inside visual studio

I've been trying to get psexec to run executables on remote machines from custom build tasks in visual studio. All of these commands work from the command line but running it from an application seems ...
3
votes
1answer
97 views

Creating Files as System

I am trying to get a program run by System(rather than a user) to write to a file, but I am having trouble. Running my program as a user, the file is generated correctly, but running the same program ...
3
votes
3answers
546 views

Python Popen hanging with psexec - undesired results

I'm having an issue with subprocess.Popen and what I believe to be pipes. I have the following block of code which works without issue 100% of the time when running from the cli: p = ...
3
votes
5answers
2k views

How to get Currently logged user's session ID?

I'm running a process from inside a windows service using ProcessStartInfo processStartInfo = new .... Process.Start(processStartInfo); The problem is, if I run service under local system account, ...
3
votes
3answers
2k views

Help needed to get Process ID for PsExec.exe in C#?

I am using the below code to invoke PsExec.exe which invokes my console application in two servers, I am not able to grab the ProcessId of the invoked processes (my console apps). ...
3
votes
3answers
1k views

PowerShell script - How to process result of executed command

I have a small script that copies files to a list of remote machines. In this script I use: Copy-Item "$AppLocation\$AppName" -destination "\\$MachineName\c$\" -force This can throw various types ...
3
votes
3answers
10k views

Start And Stop Windows Service remotely using PSEXEC

How to start and and stop a windows service remotely using PSEXEC Preferable the syntax to write I tried the cmdlet given below psexec \Server -u Administrator -p Somepassword ServiceName Please ...
2
votes
1answer
151 views

PsExec hangs without output when not using -d or -i

I'm starting PsExec inside a WCF web service to execute a remote command and capture it's output. It's being run while impersonating a certain user. When trying to run a non-GUI command (like ping, ...
2
votes
1answer
451 views

DOS Batch Programming pSEXEC

I have a batch file, say A.bat On execution, this A.bat will create another batch file, say remote.bat If I manually copy the remote.bat to the remote machine then it works 100% perfect. However, if ...
2
votes
4answers
2k views

PsExec hang while being executed from a very simple c# or c++ gui program compiled as “windows application”

I am experiencing PsExec hang while being executed from a very simple c# or c++ gui program compiled as "windows application" (not as "console application"). Under section C) below I have pasted the ...
2
votes
1answer
1k views

PsExec gets stuck on licence prompt when running non-interactively

I have a Hudson build script which calls the SysInternals PsExec utility. Normally, when PsExec is run for the first time by a given user it pops up a dialog box asking the user to accept the licence. ...
2
votes
1answer
431 views

PsExec from ant does not terminate

I want to start and stop a tomcat server on a remote windows machine. I want to be able to do this from an ant script (so our build server can do this). I wasn't able to get this solved using sc.exe, ...
2
votes
1answer
264 views

PsExec on two XP machines says “Access Denied”

I have two XP machines and I have the following situation. I am running psexec from comp1 comp2 does not have any password My bat file command psexec -i -d -c \\comp2 c:\xyz.exe The error ...
2
votes
3answers
2k views

Running batch file on remote machine from hudson server using PSEXEC

I am new to Hudson with PSEXEC, i am using hudson in my computer, i want to run batch file on remote computer from hudson build. I used PSEXEC to run batch file on remote computer,when i executed from ...
2
votes
3answers
1k views

Running a program on a remote machine as part of continuous integration

We use TeamCity, nant and psexec to run a command on a remote machine as part of the release packaging. Everything works fine when I run the nant from the console but when running from teamcity psexec ...
2
votes
1answer
693 views

Access is denied - PSEXEC Called from TFS

I'm implementing a continuous integration scenario for a SharePoint deployment. After all features have been build on the build server, I'm attempting to deploy the new features to the test server by ...
1
vote
2answers
99 views

Running mulitple commands in cmd via psexec

I'm working on creating a single command that will run mulitple things on the command line of another machine. Here is what I'm looking to do. Use psexec to access remote machine travel to proper ...
1
vote
0answers
25 views

Unable to load dll when running process with PsExec

When i run my app using PsExec (same machine but with user credentials) i receive the following error when trying to load a dll: Unable to load DLL 'AcWsHost.dll': Exception from HRESULT: 0xE06D7363. ...
1
vote
1answer
87 views

running PSExec from java does not work

I want to run a CSharp process from my java server under a different user. I use PSExec to do this - it works fine on my PC, but when doing it on a "real" server, the process immediately crashes. (It ...
1
vote
1answer
98 views

Launching background tasks in a remote session that don't get killed when the session is removed

I have been using PsExec -d to launch console applications in a remote powershell session because I want these apps to run in the background while I perform some task. The problem is that I want the ...
1
vote
1answer
75 views

PSEXEC INPUT REDIRECTION

I am using Psexec to run a remote batch file. I pass input to psexec and redirect it to the remote batch file which seeks a filename as its input. However while redirecting, the file name becomes a ...
1
vote
1answer
64 views

PsExec not able to logon to remote machine

I have a bunch of machines to be joined to a domain. They have same name and hence I am using a VBScript to change the host name of these machines (Win7) and then add them to the domain. The script is ...
1
vote
1answer
153 views

PSEXEC not redirecting 7zip output

I'm trying to use PSEXEC to uncompress a self extracting file (a console exe created with 7zip) in a remote machine and view the results on my screen. The remote command executes just fine, but I ...
1
vote
1answer
305 views

Issues with running a PsExec process from code

I am experiencing a weird issue when attempting to run a .NET command line tool remotely using PsExec. When running PsExec from command line, it runs and completes fine. When running it from a ...
1
vote
1answer
329 views

Psexec vs SSH - Executing remote commands from Windows

I am currently using PHP exec to make use of Psexec to execute commands on a remote machine in my LAN. It sort of works, but I run into trouble every so often and have to google around for an answer, ...
1
vote
3answers
840 views

Why doesnt this work

Why doesnt this work? I want to copy the file to the remote machine and run it. psexec \\epo-test -c C:\temp\Avmr64.msi /Silent Heres the error I get PsExec could not start Avmr64.msi on ...
1
vote
1answer
326 views

Access denied exception when trying to execute an exe on remote machine

I am trying to execute an exe on machine B from machine A. I have logged on to machine A as userx and trying to run the exe on machine B as usery. usery is system admin on machine A as well as B. i ...
1
vote
2answers
2k views

C# running batch file on remote machine after PsExec has been started

Basically, I'm trying to run the batch file that was copied on the remote machine, by the way, this is my first attempt at coding, so please be nice but critique it if you want, I'm still learning the ...
1
vote
1answer
853 views

Problem while trying to run .exe on remote with psexec (c#)?

Hey all, I'm trying to run an exe file ON A REMOTE MACHINE (not from, but ON). I have very simple code as following: ProcessStartInfo info = new ProcessStartInfo("C:\\PsTools"); info.FileName = ...
1
vote
1answer
377 views

java/scala web application and psexec

I'm developing a webapp that should handle some resources in the filesystem and run some application with privileges of a specific user. Until now I called the ProcessBuilder and the psexec service ...
1
vote
2answers
558 views

PsExec does not detect my c# console app is finished

I use PsExec for executing several command line programs, but when I call my own build C# (.net 4.0) console app, PsExec does hang, and will not finish... When calling other console apps, PsExec will ...
1
vote
3answers
1k views

How to determine the session id on remote machine for usage with psexec -i using script/powershell/…?

I am in need of a script or powershell command that will be able to determine the session id of a specific logged in user on remote machine, to be later used as parameter to the psexec -i execution of ...
1
vote
0answers
51 views

What's the best way to run remote command line from one Windows host to another?

I used PsExec, but it has problems with antiviruses. Another possibility is using WMI, but it's not installed on every Windows machine.
1
vote
1answer
383 views

Set MSMQ permissions using VBScript (via Nant)

We are using Nant to deploy an application and need to create some MSMQ Queues during the process. We use Nant/psexec/cscript to call a VBScript to create the queue itself but we also need to set the ...
1
vote
1answer
327 views

Nant - Check if a remote share already exists

We are using Nant to deploy an application and need to ensure that a share is created during the process. We use psexec and net share to create the share but this fails and stops Nant if the share ...
1
vote
1answer
656 views

PSExec never completes when run inside start-job

I'm trying to execute a cmd file on a list of 48 computers. I don't want to execute and wait for completion sequentially because each cmd takes about 10 minutes to complete. WinRM isn't an option. ...
1
vote
1answer
2k views

Psexec , cmd and batch file

I have a batch file named a.bat on a winserver2008 Desktop. That batch file only write the SessionID (from environment variable) to a local eventlog. I want to execute it remotely using cmd ...
1
vote
3answers
544 views

Using PSExec from within CruiseControl .NET

I'm trying to call a PSExec task from CC.NET and running into some difficulties. Here's the CC project <project name="Test"> <tasks> <exec> ...
1
vote
1answer
2k views

How to check remote server time via psexec

I tried command like below. But can't see server time. psexec \\SERVER_NAME -i -u USERNAME -p PWD "C:\WINDOWS\system32\cmd.exe /c time /t" Or is there any alternative? Thanks.
1
vote
1answer
778 views

Remote and automated IIS 7 management from build server - permissions issue

Here's the scenario: Win2003 Build Server (CCNET) IIS7 target deployment server The various MSBuild tasks (Sdc.Tasks, MSBuild Community, MSBuild Extension Pack) for doing this (creating VDirs, ...
1
vote
1answer
2k views

PSEXEC redirect output to local file

I need the correct way to accomplish this via a vbscript. This works fine from command prompt: psexec \\99.99.99.99 -u username -p password cmd.exe /c ver > output.txt From the vbscript: ...
1
vote
1answer
2k views

Using PSEXEC returns no output from the remote task

I am using psexec to run an exe on a server. The command runs ok, but there is no output on my local console. This is the command I am using: psexec.exe \\my-machine ping localhost which results ...
1
vote
1answer
767 views

no output from .NET console app run from psexec

I'm having a very strange problem where I run a managed .net console app on a remote server using psexec. I get this error "The process tried to write to a nonexistent pipe". Now I wrote an ...
1
vote
3answers
835 views

PSEXEC, access denied errors

While I'm using PSEXEC.exe getting 'Access denied' error for remote systems. Any idea about how to solve this?
1
vote
3answers
2k views

Issue with nested calls with psexec (access denied)

First of all, sorry for my poor english. I would try to explain my problem. I am using psexec within a script to restart a cluster as follows: script1 in node1: perform a lot of tasks (shutdown ...
1
vote
2answers
3k views

Copy an Ant argument list into a property

In Ant is there any way to do something like this: <arguments id="arg-list"> <arg value="arg1" /> <arg value="arg2" /> </arguments> <property name="prop1" ...

1 2