Questions tagged [remote-execution]
22 questions
4
votes
1 answer
Executing a program on a remote computer over the net
I'm looking for a small, free Windows app that will allow me to execute a command line on a remote PC over the net - to start a program or reboot.
The reason is this; I normally leave TeamViewer running on my machine at work and then…
rossmcm
- 1,656
3
votes
2 answers
Is it possible to execute a remote command via SCP in the same way as SSH?
I want to embed a remote execution command in an SCP command. Is that possible?
It will save having to execute an SCP command first, then executing an SSH command on the transferred fiies.
Is this possible?
vfclists
- 883
- 2
- 11
- 24
2
votes
1 answer
Executing a BAT file as a domain user from a service in Windows 7
Firstly a few basics:
I am running a database server application which runs as a service ServiceA.
ServiceA is installed on Server1 and Server2
ServiceA only runs on one of the two servers at any one time (they are redundant servers, if one server…
Graeme
- 31
2
votes
3 answers
Can I launch a virtualbox VM across the network?
I'm trying to signal a VB virtual to spin up on a remote computer without having to remote into that host first (not trying to run a virtual across the lan, that sounds painful). It seems needlessly tedious to RDP into the virtual host, start up…
Kara Marfia
- 2,061
2
votes
1 answer
How to simply execute a comand on remote desktop
I'm on Windows XP SP2 with no hack for concurrent sessions installed.
I want to simply execute a single command on this machine from another remote computer, and nothing else. I want to run it as either the user who's already logged in, or as a…
0fnt
- 2,001
2
votes
3 answers
Python developer on Windows with access to Linux - How to link?
I am a python developer who is stuck on a windows machine that doesn't support all the necessary library versions that I need to use. Luckely I have access to a Linux box, which I normally open via putty.
I am currently using spyder with anaconda…
Curlew
- 109
1
vote
1 answer
ExecutionPolicy changed automatically
I set execution policy in the powershell console
set-ExecutionPolicy bypass
get-ExecutionPolicy bypass ==> return bypass
and then wait couple minutes, check the policy level again
get-ExecutionPolicy bypass ==> return remotesigned
I don't…
user1504146
- 11
1
vote
2 answers
Remote execution stops when local computer boots
When I run a process on a remote Linux machine, the process stops if the connection is terminated for some cause. This behavior is reasonable, because otherwise irrelevant processes would keep running forever.
However, is there a way to prevent this…
Adam Matan
- 8,740
1
vote
1 answer
Execute a windows application (with GUI) remotely (no RDP)
I've my thunderbird email client in my personal workstation. What I would like to do is execute this exact client from my laptop. Having access to the same exact GUI but from my laptop. Hence, all the emails, files, etc that change, will be changed…
alejandrorg
- 11
1
vote
1 answer
Error executing remote commands with ssh using sudo user
The following command is failing:
ssh -t user@server-01 sudo -iu suser "cd /opt/jboss ; ./portal.sh stop"
I getting:
bash: ./portal.sh: No such file or directory
How can I change directory remotely and execute a remote command in that directory?
ABOCb
- 21
0
votes
1 answer
How do I lock a windows 7 pc from linux?
I have a raspberry pi box that I can SSH into, and sometimes I want to remotely lock pcs on my local network
Note: Do not mark this as duplicate, all ones require SSH on the remote and sometimes when my brothers are doing stuff they shouldn't on…
Joyesh
- 3
0
votes
0 answers
Executable fails to launch over RDP but works fine on physical machine
I have an executable written in C# running on Windows Server 2012 r2
If I start it, when I am working on the physical computer, it works just fine. But if I am logged into the computer through RDP it fails with the following error:
The program is…
Ali Syed
- 171
0
votes
0 answers
Online service to execute Ruby scripts
I am investigating the possibility to start a backup up server remotely in case the main server fails. The idea is:
Amazon Route 53 monitors the main server
The server fails, which triggers an alarm in Cloud Watch
Cloud Watch pushes a new Simple…
Greg
- 317
0
votes
0 answers
What VBScripts can be executed via remote text console (SSH or Telnet)?
I am testing via remote login (SSH) a simple VB script (thanks, Igor) from this thread ( Is it possible to download using the Windows command line? ) that just downloads a file to hard disk:
cscript MyScript.vbs
It works fine, but, as long as some…
Sopalajo de Arrierez
- 6,851
0
votes
2 answers
How to run an application on target pc via network
I have two computers in Private Network: one is laptop and another is a desktop PC with Remote Connection Disabled.
How can I run an application from the laptop on the desktop PC without using Remote Desktop Connection?
The target PC (the desktop)…
George
- 977