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
4
votes
3 answers

Remote Diagnostics of Client PC's

I have an army of PoS (Point-of-Sale) client machines in the field. Most have an IP connection to the server. My challenge though is logging remote diagnostics from these machines. Things like temperature, fan speed, etc. to gauge the health of the…
4
votes
4 answers

How a batch file runs on a remote machine started by PSEXEC

I am having an issue running a Batch file on a remote machine suing PSEXEC. The file runs but does not run like it does when run through remote desktop. The batch runs a file which is a 32 bit application, which opens multiple 16bit applications,…
RisingCascade
  • 41
  • 1
  • 4
3
votes
1 answer

SQL Server 2016 remote access denied

I have two VM with an SQL server on each and I need to connect to both SQL servers from each machine, either from SSMS and with PowerShell script. Also, today I don't manage to do that I'm always getting "Access Denied" from both server when trying…
3
votes
3 answers

Can't Remote Desktop To Hyper-V Server 2012 R2

I enabled RDP, set static IP address, created a local administrator account and made sure remote management was enabled. I can ping the server fine. On the client machine thats running Windows 10 I open up Remote Desktop and type in the IP address…
Pie
  • 292
  • 1
  • 5
  • 17
3
votes
4 answers

PsExec Slow to connect when Windows Firewall Enabled

situation: running PsExec takes 20 seconds with windows firewall and 1 second with it disabled. Exceptions added to firewall: opened ports 135 and 445 (both tcp) as per http://jamesrayanderson.blogspot.co.uk/2010/04/psexec-and-ports.html "allow app…
GreyCloud
  • 141
  • 1
  • 1
  • 5
3
votes
1 answer

Remotely restart a service without admin permissions

I have a temporary consultant that is working on a project. He often needs to restart a service that is on another server and he asks me to restart it for him. This server is on a different domain from the working domain. I don't want to make him…
maurice
  • 51
  • 2
  • 6
3
votes
6 answers

"Must-have" Windows remote administration tools

What tools do you find useful for remote administration of Windows systems, specifically workstations? What tools sounded useful that ended up being more trouble than they were worth? I'm not thinking so much of remote desktop tools (VNC, RDP,…
wfaulk
  • 6,828
  • 7
  • 45
  • 75
3
votes
2 answers

Active Directory - Make sure users who are never on premises receive AD policies on a regular basis

I have a few users in the field 100% of the time. I would like to have them authenticate to AD so that policies like Password changes and even maybe group policies are applied regularly. I want to ensure a level of standardized protection that is…
Guy
3
votes
4 answers

Unable to connect to iLO2 Remote-Console be it either IE ActiveX or JVM

I have HP Proliant G5 series with license for iLO2. The server is running CentOS. Telnet ports are opened and I can successfully connect via certain port, that i've set up in iLO2 setting to use for Remote Access\Telnet. However no matter what I try…
sumone
  • 133
  • 1
  • 1
  • 5
3
votes
5 answers

WTS - Remote list connected users

Some times, remote users don't disconnect and new connections fails with this message: The terminal server has exceeded the maximum number of allowed connections. How can I list connected users remotelly to ask him for disconnect?
Zote
  • 473
  • 1
  • 7
  • 12
3
votes
1 answer

Redirect tty out to serial?

Im trying to debug an issue we are having with netbooting a RedHat box. The anaconda installer scribbles useful log data to the second virtual terminal (Ctrl-Alt-F2) but I would like to be able to see this without being there (Box is racked and…
James Bennet
  • 131
  • 2
3
votes
6 answers

How can I monitor the TCP/IP (or HTTP) traffic of a remote machine?

Are there any applications (preferably free) for windows OS using which I can monitor the TCP/IP traffic of a remote machine (in the same intranet)?
Hemant
  • 229
  • 1
  • 3
  • 12
3
votes
3 answers

Hardware to send a restart signal to a desktop motherboard

Have a cluster of desktop computers that are used to process data. Sometimes they crash and it would be nice of we could send a signal to the motherboards on them to restart the machine if we stop being able to connect via SSH. Is there a piece of…
Chris Dutrow
  • 725
  • 7
  • 19
3
votes
1 answer

Two sites connected with wireless point to point: how to configure and ensure internet traffic goes through local broadband?

Scenario: Two offices a short distance apart. Let's call them Main and Remote. Both have ADSL broadband. Windows network in Main. Currently different subnets. 192.168.16.x in Main and 192.168.0.x in Remote, masks 255.255.255.0 We are proposing to…
timanderson
  • 263
  • 1
  • 4
  • 12
3
votes
1 answer

Use winexe to start a Windows process

When I'm on Windows I use PsExec to start processes on other Windows machines. I now have the case that I want to do that from a Linux machine. Fortunately there is winexe, a small program which should work like PsExec, just for the Linux-World. I…
MOnsDaR
  • 133
  • 1
  • 5