psexec
Running PsExec From IIS: PsExecSVC hanging on remote host
I am trying to run a .bat file on a remote host from a web page. PSEXECSVC (on host) will hang and not close after the execution of the batch causing the server to wait indefinitely.[详细]
2023-02-09 04:55 分类:问答Copy one file in my PC to another PC remotely
I need a little script that can cause it, when the remote PC starts, it copies a file located on my PC. I tried with psexec but can not.开发者_如何学Go[详细]
2023-02-03 19:59 分类:问答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 proc开发者_JS百科ess as SYSTEM, which will require[详细]
2023-02-02 07:36 分类:问答Trying to run psexec to remote to server and recycle app pool
If I run this from my command prompt it works fine. psexec \\ServerName cscript.exe iisapp.vbs /a AppName /r[详细]
2023-01-31 22:01 分类:问答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...[详细]
2023-01-23 06:58 分类:问答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[详细]
2023-01-06 02:25 分类:问答How do I detect which program has returned an error code?
I\'m attempting to run a series of commands programmatically, read the erro开发者_高级运维r codes, and detect if these codes indicate success or failure so I can respond accordingly.[详细]
2023-01-05 21:26 分类:问答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.[详细]
2023-01-05 16:28 分类:问答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.Nei[详细]
2023-01-05 12:38 分类:问答Using PsExec to start Internet Explorer and then navigate to a particular URL
I want to be able to use PsExec to start Internet Explorer, then load a particular website in the browser. I know how to start IE, just can\'t make a command that goes to a particular webpage. This is[详细]
2022-12-28 14:53 分类:问答