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
1
vote
2 answers

Can a hacker determine all ports forwarded for remote desktop?

We have a client who insists on having 6-7 lan PCs open to the internet for RDP. The RDP listening ports on each PC has been changed from default. These ports are forwarded in their Sonicwall TZ200 FW. I'm going to implement either or both of these…
1
vote
5 answers

How to connect to a remote server using "net use" with different port other than 445

The code I am using net use K: \\\C$\Share /user:\ '' K: is the mounted drive Share is the folder name in server that is shared with userName and password There error I get is System error 5 has…
Vikram Shetty
  • 127
  • 1
  • 1
  • 5
1
vote
1 answer

Use Powershell to run an elevated executable

I have an .exe that needs to run via GPO. I attempted to do it via a batch script, however it needs to run on user machines and this requires elevation as they aren't local admins. Rather than touching each machine to setup a local admin and having…
1
vote
1 answer

Remove access to the printer in terminal server

I got a task where i need to remove printer access for specific users only when accessing the terminal server. It is a network printer from another site that we added on our server. Users uses the terminal server for their application and printer…
Jake
  • 11
  • 1
1
vote
0 answers

Remote Powershell for non-admin user in non-domain pc

I'm trying to achieve the following: I would like to run a remote powershell script on a computer that is not in a domain. I've researched a lot and set up already all permissions/firewall rules etc that brings me to the following result. When I try…
Wim
  • 11
  • 5
1
vote
0 answers

scp and rsync to remote server is slow and stalls, what can be the matter?

When I copy a large file (100+mb) to a remote server using scp it slows down from 1 mb/s to 100 kb/s and downward and then stalls. The same happens when I try to use rsync. I've been able to transfer huge files using SCP before between these two…
Ethereal
  • 111
  • 2
1
vote
0 answers

ssh remote forward with two clients behind hop and a server on local network

I'm trying to connect two clients which are in different environnements to a single license server. I have a direct access from my computer to the license server but i have a hop to access clients. My question is simple, I would like to connect…
Thomas B.
  • 11
  • 1
1
vote
1 answer

rsync - incremental file list sent but files not updated on server

I am working with some source files from a desktop computer. The source files compile and run on a remote server. As there is a significant delay between me and the server, I have decided to use rsync to copy the files down to my computer, edit…
user3728501
  • 191
  • 2
  • 8
1
vote
1 answer

Remote Entry of PRE-BOOTDrive Encryption Key

I have a client with approximately 30 machines in a domain and each machine has Endpoint Encryption requiring a key to be entered at the machine keyboard each time the system is rebooted. These are Windows 7 Professional, Windows 8.1 and a few…
1
vote
2 answers

WMI Remote "Access Denied"

I can no longer remote access WMI on anything in my environment (10/8.1/XP/7 workstations). Here some specifics: 1) I am a Domain Admin and "MRT" is my user and password "mmmmn". 2) Since this happened I've been researching articles and have looked…
M. Rostami
  • 127
  • 1
  • 2
  • 13
1
vote
1 answer

Script to unlock and lock monitoring screens remotely

We have several Windows 7 machines that are used for monitoring screens on the wall (one machine per monitor). We have to log these in every morning and lock them over night. This is a tedious process and I am looking to try and automate this. We…
jkad
  • 11
  • 1
1
vote
1 answer

How to do remote calls from server A to B to create virtual machines

This is my first question on serverfault so I hope I'm doing this right as I'm usually on Stackoverflow :-) I have two Ubuntu 14.04 LTS servers, server A and B. Server A runs the web server where my customer portal runs and where customers can…
Beeelze
  • 161
  • 6
1
vote
1 answer

Remotely change local group policy server 2008R2

I'm trying to find a way I can edit the 'trusted hosts' list under local group policy remotely. Path from within Local Group Policy is: \local computer policy\computer configuration\administrative templates\windows components\windows remote…
lukester85
  • 41
  • 3
1
vote
0 answers

duplicate printers windows 2012 r2 (same printer)

We have the following setup: Windows 2012r2 Remote desktop server (x1) Windows 2012r2 Print server Network printers are added once to the print server Printers are installed to users remote desktop session by them navigating to \print_server and…
Alex Hellier
  • 131
  • 5
1
vote
1 answer

Built in remote contacts system on Outlook w/o Exchange?

I want to know if there is any native way (no third party plugins required) to get the contacts book on Outlook fetch some contacts from a remote location. Scenario is: Several Windows PCs running Outlook 2013 with one POP3 email account per PC,…