Need to launch .exe witj my account

BatchPatch Forums Home Forums BatchPatch Support Forum Need to launch .exe witj my account

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12390
    hugomarinho
    Participant

    Hello,

    I need to launch an .exe remotely on some servers with my specific account to install an agent because the installation need to have a proxy to connect on internet.

    Could you help me how can launch the .exe with batchpatch. File existe on destination servers.

    Thanks a lot.

    Hugo Marinho

    #12391
    doug
    Moderator

    The account that is used to launch BatchPatch will be the account that launches the process on the target computer unless you specify alternate credentials for the row in BatchPatch under ‘Actions > Specify alternate credentials’ in which case those alternate credentials will be used to launch the remote process.

    To execute a remote process where the exe already exists on the target computer, you can create a remote command ‘Actions > Execute remote process/command’ > Create/modify remote command 1′ with the following syntax. In this example notepad.exe will be executed. You’ll see it appear in the Task Manager processes list:

    "C:\WINDOWS\system32\notepad.exe"

    For installing an agent on target computers, I would generally recommend that you create a BatchPatch deployment. There are many examples posted here: BatchPatch Software Deployment

    -Doug

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.