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.
0
votes
0answers
15 views
Psexec and UAC issue
I am using psexec to run a exe in a remote machine which is windows 7. I need the exe to run with administrator privilege as it needs to update some registries under HKLM in the remote system.
While ...
0
votes
2answers
28 views
How to extract data from a query in batch
I am attempting to check thatthe service ACR BRIDGE is running and start it is not.
cd C:\Users\ET012364\Desktop\PSEXEC
psservice \\ccapps query "ACR BRIDGE"
pause
I understand that I could achieve ...
1
vote
1answer
64 views
batch file creation pse
I'm trying to run a batch file that will connect to the list of ip's on my network, open up cmd then run a list of commands: like ipconfig /all, nbstat -c, arp -a. Then it must save the results into a ...
0
votes
1answer
29 views
ShellExecute failing with access denied
I am using psexec to start an executable in a remote system. The remote system is 64 bit while the exe pushed using psexec is 32 bit.
While running "psexec", I am providing the admin credentials of ...
1
vote
2answers
56 views
psexec stalls when ran with Java
I'm using psexec and sc query state= all to print out all of the services on a remote server. I'm wanting to parse the output of this and have been trying to use a BufferedReader to do this.
Runtime ...
0
votes
0answers
41 views
NETDOM returns “Access is denied” when run remotely on XP machine
I have about 600 Windows 7 and XP computers in about 20 facilities across two states to migrate to a new domain. Of course, automation is key here. In order to better collect and analyze output, I ...
0
votes
0answers
50 views
Powershell Web Access iisreset Access denied
I have a tools box which I have enabled powershell web access and that all works fine. I set this up so that co-workers that run other OS's besides windows could have a place to run powershell ...
2
votes
0answers
154 views
Execute script using sysinternals PSExec from Asp.Net Web application
I am trying to execute PSExec from my Asp.Net Web application to connect to a remote server. Somehow it gives "Access Denied Error -5" with no credentials set, and by setting the credentials in the ...
0
votes
4answers
258 views
list all computers on a network with cmd or C#
I need to get a list of all the computers on the network
The network is split into two local networks. An admin network and an education network, and then under each of the admin and education ...
0
votes
1answer
89 views
Running commands on Remote machine using PsExec from Msbuild invoked via Jenkins
I am using psexec(with MSbuild Script) to run an xCopy on a server from Jenkins(Hudson). The command runs ok when run through Command Prompt(as System user), but gives the following error when tried ...
0
votes
0answers
48 views
Quartz.net long jobs timeout
I am using quartz.net for scheduling jobs(file downloading and extracting in a single job). I am using PsExec for opening remote connection and pass necessary parameters for file downloading and ...
0
votes
0answers
74 views
psexec won't forward stdout/err/in
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 ...
0
votes
2answers
510 views
psexec giving the system cannot find the file specified
I'm trying to run this from my win7 CMD (as Admin):
psexec IpAddress -u domain\user -p pword c:\Autobatch\ClientJobSender.exe http://reportserver.net:8070/JobExecutor.asmx ...
1
vote
2answers
187 views
Batch file - Remote Copy and Execute issue
I have a batch file that part of it copies a folder and its content to a local directory and then continues through the batch process which then tries to execute the contents of the folder . locally ...
0
votes
1answer
35 views
Output results of command to SQL Server database
Is there a way of printing the results of a batch file to a SQL Server database? I have managed to print the results to a txt file but I would like to print the results to a database instead.
I need ...
1
vote
1answer
80 views
Start GUI application on remote server
I've looked through the forums and havn't found anything that quite helps me complete what I want to do. What I'm looking for is a way to start a the GUI for an application on a remote server. I've ...
0
votes
1answer
62 views
Using psexec to enable asp.net remote access with aspnet_regiis -config+ : File not found?
I need to programatically enable remote config access to various servers that do not have remote access enabled.
I need to enable remote access, read the machine.config, and disable it again.
I'm ...
1
vote
1answer
473 views
Running a remote batch file using psexec through Jenkins fails
... Running the same batch file using psexec from the slave directly works without a charm.
Let me provide some more information.
Jenkins and its slave are in a separate domain than our target ...
0
votes
2answers
197 views
Running a batch file in Java on a remote server
I'm trying to use Java to interface with a large batch file that uses psexec to execute commands on remote servers.
I'm able to launch the file using process builder and it works fine for most ...
0
votes
1answer
138 views
psexec parameter is incorrect
I am using psexec to execute a .bat on a system. This will fingerprint the system and return the info back to me. The command I use is:
psexec \\server -u username -p password -s -i -c ...
0
votes
1answer
60 views
How do I skip a computer in a batch file that is unreachable?
@echo off
:begin
for /f %%a in (computerlist.txt) do (
setlocal
psexec \\%%a -u user -p password -i -d "d:\path\command.exe"
endlocal
)
when the script is running, when it finds a machine to ...
0
votes
3answers
119 views
Launch each occurance of PSEXEC in new commandline window
I have a task in which I need to launch multiple manual backups from IBM's Tivoli (TSM) and need each launched in a separate window so I do not have to wait for each one to complete.
I am pulling a ...
0
votes
2answers
258 views
psexec and process.start, waitforexit
Task : copy file from remote pc to remote pc using admin account
code :
psi.FileName = "cmd.exe"
psi.Arguments = ParaStr
psi.UserName = StrUserID
psi.Password = ...
0
votes
0answers
197 views
PHP exec(psexec.exe) hangs indefinitely
I have a development / testing setup on a windows box and need to test calling a background process. I am using http://www.somacon.com/p395.php as a list of options for running a background service.
...
0
votes
1answer
157 views
psexec double backslash error
I am trying to run the following command in power shell but it keeps giving me error at the double back slash character.. what do i do!! I saw other forums and this yntax works fine for them!
...
0
votes
0answers
112 views
read only access to a user's hkey_current_user registry from remote computer using BAT file
quick and dirty of the situation is I have a virtual environment where sometimes it's required to get the IP of a thin client versus the IP of the Virtual Machine a user is connected to.
this is not ...
1
vote
1answer
165 views
How to overcome batch file execution part way through when using CFExecute with PsExec to run Git actions?
I’m encountering a weird issue and have tried many different things.
The goal is to have a user click a button on a web page that will execute a batch file on several other servers.
I am using ...
1
vote
0answers
141 views
PsExec v1.98 does not show any build output in Team City 7.1
I am trying to use Team City to provision a Windows 2008 R2 machine using puppet for windows. There is a TC Agent that is supposed to connect remotely and call the puppet client inside our target ...
0
votes
0answers
80 views
Multiple account actions to remote comptuer
I am trying to accomplish a few remote account management tasks programmatically using VBScript or WMI or whatever language I can to accomplish the task. This would then be run against a list of ...
1
vote
1answer
126 views
Deployment not in a domain - psexec.exe or powershell remoting
I am working on an automated deployment process for a web application. The deployment will need to:
Deploy DB changes to database using sqlpackage.exe
Deploy reporting services reports to the ...
0
votes
2answers
231 views
Checking “connectivity” between remote server A and remote server B programmatically
We have a requirement (I believe as part of a post build/deployment verification test (BVT)) to test that remote server A can "connect" to remote server B.
I want to develop a console application ...
0
votes
1answer
159 views
psexec via Process gives different exitcode than psexec via cmd
I'm currently working on an application that checks whether a APP with a certain name exist on an IIS server. I use PsExec to execute this command.
While I was testing this through the command line, ...
0
votes
0answers
301 views
I am Connecting Remote machine with PSExec through java Program
I am working on a java utility to connect to remote host using PsExec v1.98. where i have to perform start, stop of certain services.
I am facing following problem
1) Psexec takes lot of time to ...
1
vote
0answers
192 views
Exitcode 6 using PsExec in Windows Service
I am using PsExec to defrag machines remotely on my network. This works fine in my c# code, but because it also does a bunch of other tasks and I want it to run continuously I have converted it into ...
0
votes
1answer
126 views
Using PsExec in a Windows Service
I have created a Windows Service using C# which performs variance network maintenance tasks for me. One of the tasks is defraging machines remotely and for some of my older boxes I found the only way ...
1
vote
1answer
247 views
C# use PsExec - No answer
Execute following Statement direct from a prompt
\\my_ip -u my_user -p my_pass -w C:\ta33 tasklist
returns the expected tasklist.
But using the same statement in C# Code like
string ...
4
votes
1answer
269 views
PsExec 1.98 (spawned from C# process) never completes when running 7Zip across domain
I am kicking off PsExec using a C# .NET 4 process with the code
var startInfo = new ProcessStartInfo(psExecLocation)
{
Arguments = string.Format(@"\\{0} -accepteula -u {1} -p {2} {3}", ...
2
votes
2answers
1k views
PsExec Windows 8 access denied
I've 8 computers running Windows 8 (the basic edition) and I'm trying to run some application on each of them with a batch script.
I tried:
PsExec.exe -i -d -u USER -p PASSWD \\PCNAME explorer.exe
...
0
votes
1answer
95 views
Running PSEXEC so files and directories are relative to target machine
Ok, I am having trouble registering OCX files on remote machines using psexec, but think I have figured out where my problem lies.
Basically I have a script that runs the following command
PSEXEC ...
1
vote
2answers
1k views
Batch File - Catching PSEXEC result
If I run a successful PSEXEC command, it says this...
"cmd exited on workstation.domain with error code 0."
If there any way I can prevent this and do something like
psexec \\workstation.domain -u ...
0
votes
0answers
50 views
Psexec and Virtual Drives [closed]
I'm trying run CMD.exe remotely on another PC and then tell CMD to access a virtual drive (subst setup on boot) named T:
However when CMD runs T: it is unable to find the drive. How can I get around ...
0
votes
2answers
2k views
PSEXEC - “The Handle is invalid” When running the command as System User
This is the command that works fine if run from a user-spawned command prompt:
PSEXEC \\xxx.xxx.xxx.xxx -u xxxx -p xxxx -accepteula cmd /c "TYPE C:\Pyxislog\PYXIS01.log|Find/i "%ID%"" >nul
...
0
votes
2answers
482 views
Console Application output is not shown
I have read several questions in StackOverflow about redirecting output/errors
from application but It could not help me.
I have developed an executable in C# code. It recovers software from system ...
1
vote
2answers
123 views
Cannot launch PSEXEC
I have this very simple program
Process process = new Process();
process.StartInfo.FileName = @"psexec";
process.Start();
But when I run it the debug says "The system cannot find the file ...
0
votes
1answer
63 views
getting a list of running applications with java and then sending a key press to it
can java even do this? i know it is suppose to be "sandboxed" but what i'm looking to do is this:
open my java program
have a combo box full of running programs (runtime exec?)
after i've selected ...
1
vote
1answer
155 views
How to get Windows SYSTEM user token
Operating system is Windows 7 or higher with UAC enabled. Calling process has admin rights, already confirmed by the UAC box.
I want to spawn a new Console window (cmd.exe) under user SYSTEM (don't ...
2
votes
1answer
243 views
PsExec hangs when executing batch file in bamboo continous integration server
I have a batch file on my bamboo server, that starts another batch file on an remote computer trough PsExec. If I double click the batch file on the bamboo sever everything is working fine, the batch ...
0
votes
1answer
204 views
Permissions for PSExec run from SQL job
I have the following in a CMDExec type SQL Job step (details changed):
D:\path\PSExec.exe \\servername -accepteula -u "domain\username" -p password D:\path\executable.exe
This works fine.
However, ...
1
vote
1answer
1k views
PSExec run remote batch file
I wanna run remote a batch file with PSExec, so my code looks like this:
cd C:\PsTools
PsExec.exe \\<computer> -u <user> -p <password> -s -i <"pathToBatchFile\batch.bat">
...
1
vote
2answers
593 views
Opening cmd using psexec to a specific remote directory
The goal is to delete the temporary internet files on a remote computer computer.
start psexec -u domain\username -p password -s \xxx.xxx.xxx.xxx cmd cd C:\Documents and ...



