The remote-execution tag has no wiki summary.
1
vote
1answer
34 views
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
...
0
votes
2answers
149 views
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 ...
0
votes
0answers
80 views
How can remote SSH commands execute as connecting user? [closed]
When I execute a command remotely via SSH it seems that files created by the command are executed with the UID of my local account, rather than the local UID of the person I connect as.
Say for ...
0
votes
1answer
136 views
Which managed services OSS provides the most viable remote script execution?
I've came across four open source managed IT services software that allow for remote script execution. However, I am unable to find the amount of detail or power of these remote script execution ...
3
votes
1answer
475 views
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 ...
2
votes
3answers
387 views
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 ...
0
votes
2answers
1k views
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 ...
1
vote
2answers
58 views
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 ...