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
0
votes
1 answer

omiagent does not exit on sles 12

We use powershell scripts on some sles 12 vms for testing purposes. The scripts are automatically started from a windows server. Now I see that every call of a single script starts a new instance of omiagent. That is ok, but the agents never exit.…
Tobias Wollgam
  • 101
  • 1
  • 1
  • 4
0
votes
1 answer

Access Denied when using a remote machine local user account

As a team . we need to drop files into a specific folder on another machine , a server, on same network & domain to perform some automation work Created a local user with admin access on server . Shared the credentials to all users to map that…
Mahesh
  • 1
  • 1
0
votes
1 answer

Exchange installation through Powershell remoting

I am trying to install Exchange Cu 14 from Server A to Server B through Powershell remote and Invoke-command. The installation completes successfully when running locally on Server B as the same logged on user... But not remote using Invoke-command…
Andreas
  • 299
  • 1
  • 5
  • 15
0
votes
1 answer

Remote Desktop Windows 10 over OpenVpn network

I have an OpenVpn Access server(V2.7.4) being hosted on a VPS. My goal is to remote desktop into to another client connected to the VPN server sitting in another city (both running Win10 pro). My understanding is that, provided the proper…
potatobob
  • 1
  • 1
0
votes
1 answer

Remote power shell through load balancer

I want to connect to exchange server via remote Powershell. When I connect directly with server URL I am able to create the session. But in the production I have many instances of exchange server, So I have created loa balancer for them and tried to…
Mak
  • 101
0
votes
0 answers

Preventing RDP from logging off administrator

I have two users on my WindowsServer2016, one is Administrator, and the other is UserRDP. I want remote users to access via RDP to UserRDP but not to Administrator, and I have already done this using group policies. Now if I can connect to UserRDP…
0
votes
1 answer

Running a NodeJS App 24x7

I have a nodejs webapp that connects as a client to a websocket and sends me push notifications whenever certain events occur. It also has functionality to send requests to a REST API based on information received from the same websocket. So far I…
philosopher
  • 101
  • 1
0
votes
1 answer

How to create an alias that uses a value and grep on a remote server?

I need help, I can't create an alias with a variable to grep a file on a remote server. I have tried: alias searchword="ssh -t user@server "grep -i \"$1\" /root/file.txt\"" alias search="ssh -t user@server 'grep -i $1 '\'"/root/file.txt\'" If I…
xxmlud
  • 3
  • 3
0
votes
2 answers

Change a password screen script

I am currently trying to make a script that calls the "Change a password" screen without hitting Ctrl+Alt+Delete/End. The problem is we have people in the field using all different keyboard layouts and the "End" isn't always in the most user…
0
votes
1 answer

Enable Remote Desktop Connection on SBS 2011 without need for VPN

I would like to be able to establish a connection from my home PC to my work PC through a Windows Remote Desktop Connection. The server is running on Windows Small Business Server 2011. A VPN has been set up for me, which allows the RDP to work.…
0
votes
1 answer

Send rpm to multiple systems, remotely execute rpm install and repeat

Fairly long time reader, first time poster. I am not a scripter (yet) but I understand/know some basics. Not all the basics, but some. I've been doing lots of searching but have not found my particular case just yet. What I'm doing is writing up a…
talmag
  • 1
  • 2
0
votes
2 answers

Remote system over satellite link

I have a remote system that is only accessible by satellite link. Latency is on the order of 2000ms and the upload bandwidth is in bps. I'm having trouble understanding how to administrate the system. My default method for troubleshooting faults is…
0
votes
2 answers

Is router DHCP server reliable for remote system?

I'm setting up a small unattended network containing one server and several node machines that communicate with that server. Is setting up a reserved entry on the network router's DHCP server for each node machine reliable enough? By that I mean…
Nicholas
0
votes
2 answers

redirect tail output to a remote serever

I want to tail -f a local file, for example app1.log, and send its output to a file on a remote server. tail -f app1.log >> :/home/remote.log Is this doable?
0
votes
0 answers

Change account password remotely via Plink

Here's my current predicament: I need to change the password to a user account on 2000 devices running Ubuntu 16.04. I want to do this remotely via Plink rather than SSH. On all these appliances, the username is TESTUSER and password is TESTPASS.…
DJPaul
  • 1
  • 1