Questions tagged [remote]

"Remote" - the term could refer to resources, access, control, user, presence, etc.

"Remote" could refer to either the network resource availability (e.g. "the user can interrogate the information remotely"), the user access to a network resource (as in "server access authorization through a Remote Desktop Connection/Protocol"), or even the location of the user related to the network accessed ("A Teleworker is allowed to connect remotely on 2 days per week through VPN/Remote Access, if there is a home office space available and all the conditions are met to allow the worker to perform the expected duties remotely").

613 questions
2
votes
5 answers

Controlling services on another computer

I am currently writing a service for windows and I am frequently tweeking it and updating it on to my test computer. I would like to write a script that automaticly stops the service, updates the exe and restarts the service. however its that stop…
Scott Chamberlain
  • 1,445
  • 2
  • 21
  • 37
2
votes
0 answers

Where is IIS Manager for Remote Administration for Windows 10?

There are several reference of IIS Manager for Remote Administration for Windows 10 (I'm using enterprise version) on iis.net and reddit, they point to a Microsoft page, however the link to Microsoft is now dead. The package is also present in Web…
Soleil
  • 149
  • 1
  • 10
1
vote
2 answers

Mount remote windows harddrive

Alright, this hard drive that I need to mount is on a windows machine, in a different town. What would be the best approach for this? I would like it in fstab if possible, and a little bit of encryption would be nice too. thanks
JonYork
  • 141
  • 2
  • 7
1
vote
1 answer

redis instance restore using dump.rdb is not working

I have redis instance with 10 keys in qa env. the instance is configured to use dump.rdb in /tmp directory . I ran "save" command and saw new dump.rdb file that was created . then I created new instance on other host . copied the dump.rdb to the…
alonzo
  • 31
  • 3
1
vote
1 answer

Remote Console Redirection Not Working - ASMB8-iKVM

Motherboard: ASUS Z10PE-D16/4L Latest BIOS and BMC Firmware installed I can browse to the management page and have full functionality with no problem. The "snapshot" that should show the current display on the management page is blank. When I click…
Jorsher
  • 131
  • 2
  • 6
1
vote
0 answers

Storing and passing credentials to a remote system securely for service install during software deployment with COTS

Some background: There is an array of Windows Server PCs being managed with Manage Engine Desktop Central There are software installers and scripts that require account credentials to install some services that run under a specific account…
Alek
  • 11
  • 3
1
vote
1 answer

Powershell - Cannot remote install software (Cyberduck)

On the remote machine, I copied the .exe file (from my source machine using Copy-Item command) to the temp folder first which was successful. After that, I ran the following Powershell script on my machine, it ran quite fast but no message was…
Blue Tongue
  • 147
  • 11
1
vote
1 answer

How do i run an interactive python script 24/7 on a windows server?

The script needs to be started manually from a virtual desktop connection and then let it work 24/7. The problem is that when i close the remote desktop connection the script stops. As long as my script interacts with a browser window in the virtual…
1
vote
4 answers

How to easily store incremental backups of a linux server on a remote windows machine?

Good evenening! I'm searching for an easy way of storing incremental backups of a linux server on a remote windows home server. Both machines have their own static IP address. The linux machine is a Ubuntu virtual server machine, which should save…
thasmo
  • 257
  • 2
  • 11
1
vote
0 answers

Windows 10 remote administration stopping

I have a windows 10 machine with remote administration enabled in my office. I used to connect to it for quite a while, and suddenly somewhere last summer it began to behave oddly. I can access the machine for a while, after I reboot it. After I…
nsimeonov
  • 111
  • 3
1
vote
1 answer

nohup multiple sequential commands not logging output

I have a python script (which takes a lot of time to complete the execution) that I need to run several times varying the parameters. And it's executed in a remote machine. For instance and test purposes, take the following script test.py: import…
1
vote
4 answers

Suggestions for hosted file sharing services

Before I pose my question, I will give some insight as per my scenario: I work for a small business (cost is an important factor) Our bandwidth is limited and would not support an in-house FTP server We need to share files (mostly pdf, inDesign,…
user28859
  • 13
  • 2
1
vote
2 answers

Starting remote workloads across platforms

I work with a group that does integration testing for a IP/IPv6 network stack. We have many stress testing workloads that we run across a variety of platforms, including Linux (RHEL and SuSE), Windows (XP-2008), and a number of versions of AIX. As…
Jax
  • 428
  • 3
  • 10
  • 17
1
vote
0 answers

remote powershell unrecognized command when calling functions

I have two servers. Server A needs to contact server B and run a specific function withing a powershell function library (just a .ps1 file) that I've created. The function that is being called also calls other functions during execution, all of…
Joey
  • 21
  • 2
1
vote
1 answer

Can't remote postgresql on centos7 with pgadmin

I was install postgresql95 on centos 7(in my server), but i can't remote the postgresql with pgadmin from my laptop. I have try any way, but still can't remote it. I have done setup on postgresql.conf and pg_hba.conf i changed this in…
ikhwan aja
  • 23
  • 1
  • 4