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").

626 questions
7
votes
11 answers

How can I remotly shutdown a windows machine

I need to shutdown and / or reboot remote system. Can this be done remotely without physically being next to the server?
John Dyer
  • 735
  • 2
  • 10
  • 12
7
votes
13 answers

Replacement for Netmeeting

We've been using Netmeeting for doing presentations with remote workers. Now that MS has disowned it (and it doesn't run on Vista - mostly), we need something else. Since Netmeeting was free, our budget is right around $0. We don't need audio or…
user640
6
votes
1 answer

WinRM-Service is running but can't be reached

I have a virtual testing environment for developing scripts. As .NET isn't capable of all the possibilities PowerShell offers I use Remote PowerShell Runspaces. My problem is now, that I can't reach the WinRM-Service on the FileShare-Memberserver,…
GrindelOh
  • 165
  • 1
  • 1
  • 7
6
votes
3 answers

Remote Desktop on the same network

I have a main server set up and staff that use laptops to come into the office and work. We have currently moved everything over onto a server setup in the office that the staff can all remote desktop onto and work on their work. The problem I am…
6
votes
3 answers

Windows 2k3 and RDP issue over Internet issue (RDP works locally)

I was asked to take a look at a family members' friends' Win2k3 server - Remote Desktop was no longer working, and they were trying to figure out why. This server is running Win2k3 SP2. I determined that the License services were having some issues…
Karthanon
  • 81
  • 1
  • 4
6
votes
9 answers

Remote reinstall of linux over ssh

I have a small linux server that I need to reinstall linux on (Debian stable 64 bit x86). I have physical access to the machine but it doesn't have any external devices such as a cdrom and does not appear to be able to boot from a network or USB…
John Burton
  • 180
  • 1
  • 1
  • 5
5
votes
3 answers

Querying services from a remote Windows 7 PC extremely slow

When I query installed services from a remote Windows 7 PC it's very slow. With a remote Windows XP PC it's always fast. For example, from my Windows 7 PC the command sc \\pc1 query type= service takes 21s with Windows 7 remote PC. With a Windows…
Michael
  • 345
  • 6
  • 19
5
votes
1 answer

How do i reference redirected host drives in a remote desktop session

When I remote desktop into a server, for example, local drives and mapped network drives from my host computer appear as ON . I can access these drives using Windows Explorer, but I also need to refer to them from a command window (cmd.exe). For…
dbaindc
  • 51
  • 1
  • 1
  • 2
5
votes
5 answers

Executing script remotely with "curl | bash" feedback

I'm working on a platform that uses a lot such commands: ssh login@server.com 'curl http://some_server/script.sh | bash' This is really clean and handy to execute scripts remotely, however, I don't see anyway to get the output/exit code of the…
rmonjo
  • 231
  • 2
  • 4
  • 12
5
votes
3 answers

Powershell: Execute exe on remote server and capture output

I am trying to script the execution of an installer on remote web servers. The installer in question is also a Windows Service that hosts NServiceBus. If RDP'd into the server, the application is installed by the following command: …
user364825
  • 121
  • 1
  • 2
  • 7
5
votes
3 answers

start exe in a Remote Session with PsExec

I would like to start an application remotely. I am using the following PsExec command: PsExec \\computerOne -u Domain\User1 -p 123456 -x "C:\Windows\System32\calc.exe" I tried to use -i so that the program interacts with the desktop: PsExec…
andreaspfr
  • 203
  • 1
  • 3
  • 7
5
votes
6 answers

Possibilities of connecting to linux box console without network

Having to manage a couple of remote dedicated servers, working with network related stuff can be quite stressful. Is there any possible way I could connect to those boxes (possibly via third box) and not have to depend on their networking…
Karolis T.
  • 2,719
  • 7
  • 33
  • 45
5
votes
4 answers

How would you remotely install software on multiple Windows XP machines?

I need to install the standalone google talk client for Windows XP. I have the googletalk-setup.exe. How would you go about installing this on 100+ Windows XP systems? Is there an automated way you would do it? I found this info that mentions…
jjclarkson
  • 171
  • 1
  • 1
  • 6
5
votes
7 answers

Remote Desktop Problems

I rebooted our 2k3 server box, and it looks like its hanging for some reason and I can't connect via terminal services to investigate. Any suggestions to resolve this issue? Update Working on vpn - server is a stand alone sql server - no domain -…
mrjoshua
  • 171
  • 1
  • 7
5
votes
6 answers

Website responds very slow using remote database

I want two same websites to share one database. One server is in Asia, hosting a website and the database. Another server is in the US, hosting the same web via remote database. However, the web in the US responds very slow but when moving the…
LeoZ
  • 59
  • 1
  • 2
1 2
3
41 42