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
0 answers

Any way to set password on BIOS remotely on Ubuntu 14.04?

I maintain many specific-use devices that have Ubuntu 14.04 OS installed on them. There is an ongoing effort on our end to harden the security on these devices. One of the required steps is setting a password on BIOS. Anyway to do this remotely? …
DJPaul
  • 1
  • 1
0
votes
0 answers

How to install a .msi installer on remote windows machines without any prerequisites?

I want to install a .msi installer (which is on my local computer and I can put it on a shared drive or local web server for direct download) on about 200 remote windows machines (Windows Server 2008, 2012, 2016 and 2019) and I have remote Desktop…
0
votes
1 answer

Shell script fails due to interactive remote menu

Please help. We are trying to write some automation for several CyberPower PDUs in our datacenter. They are rack mount switched PDUs (PDU41002) and they have the ability to be remotely managed, however we are having trouble with some of the code.…
Atomiklan
  • 539
  • 7
  • 16
0
votes
1 answer

Access Denied on SC Start Service

I'm attempting to grant a AD Group the ability to stop/start a service without having to be a local administrator of or having RDP access to the Win Server 2008 machine. The permissions are being set through GPO and have been applied as you will…
0
votes
2 answers

WIndows 2012 R2 Remote Desktop Services

I've setup a collection of applications and can access them using RD Web Access with no issues, but I need to present these applications on the internet. I've setup RD Gateway and can open a rdp session to a server desktop, is there anyway to access…
0
votes
1 answer

plink.exe remote port forwarding to local machine for dynamic port forwarding

I have been trying since 2 days to do the following: I have a windows machine, let's call it A, and a Linux machine called B. There is a firewall between A and B. I want to connect remotely from the windows machine A to my Linux machine (remote port…
john_v
  • 1
  • 1
  • 2
0
votes
0 answers

Cannot connect to remote MySQL server using name

I have a web server and database server sitting behind a public ip. The webserver is accessible to the public using NAT. A user can create and manage databases from the web server by makeing api calls to the database server using the private ip of…
Renjith
  • 21
  • 4
0
votes
1 answer

Problem closing MDI child window in Terminal Services/Remote Desktop Connection 7.0

I have one user whose computer just got updated to the 7.0 Remote Desktop Connection. Concurrently, she has started having a problem closing the MDI child windows in an old FoxPro application running on the remote server. We have two different…
Justin Love
  • 554
  • 3
  • 9
  • 18
0
votes
0 answers

Copy file from remote SSH to local without SSH client on remote

Suppose this setting: Full access on local machine The proxy server is accessible via SSH but only allows 2 specific commands: exit - closes the connection ssh remote - establishes an SSH connection to the remote The remote server gives…
Matmarbon
  • 123
  • 5
0
votes
1 answer

Copying large folders remotely

I have this network shares on a Windows 7 host: D (SATA HDD1 D:) E (SATA HDD2 E:) They are mounted remotely as 'D' and 'E'. Network speed is 100mbps Cat-5. (max transfer speed is ~ 1.25Mbytes/s) Remotely, when I copy a large folder from D to E…
Azevedo
  • 141
  • 3
0
votes
2 answers

Download over remote root server directly to home system

I have to download some big data from a source that needs a static IP. As at home I only have a dynamic IP that won't work. So I thought about using my rent remote root server to download the data. But the data is so large that I can't use the root…
medihack
  • 145
  • 1
  • 1
  • 6
0
votes
0 answers

Remote Desktop Administration of AD DC DNS

I have an Active Directory Domain Controller that our organization uses. It also handles DNS. Administrators are allowed to add names to the DNS records. Currently an administrator is having trouble using the ADDC for DNS, which they connect…
0
votes
1 answer

Remotely restarting a service for a non-administrator user

I need to give a non-administrator user the ability to restart a service on a server, but I'm getting "access denied" following these instructions: http://support.microsoft.com/kb/324802/EN-US/ I've created a user called "serviceuser" that's a…
gravyface
  • 13,947
  • 16
  • 65
  • 100
0
votes
3 answers

How to execute command with arbitrarily long output on remote servers and then stop?

I know that I can execute a command on a remote server (see this question on SO). I want to execute one command on multiple remote servers (possibly using a script to loop through them all?) where the output of the command will have arbitrarily long…
Jacob
  • 113
  • 1
  • 6
0
votes
1 answer

Port needed to join to Domain throw Powershell

i need to join PCs with public and domestic firewall profiles activated. If i shutdown both firewalls profile in target Host the following command works fine. Add-Computer -ComputerName $targetHost-DomainName domain.com -Credential…
Emer
  • 3
  • 1
  • 2