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

Editing files in SSH connections doesn't give full content (Windows 7 to RHEL 6.4)

When I log into a RHEL 6.4 server (tried two different servers which are identical, a third one did something different but similar) and try to edit a file using vi or nano, the terminal prints only half the file like is visible in the following…
CMPSoares
  • 101
  • 7
0
votes
1 answer

Having trouble using psexec to update user credentials on remote computer

I maintain a computer lab. I don't want to reimage these computers just yet, but I do want to update the user credentials for the lab without having to go around to each and every computer and doing it manually. I have installed psexec on my…
test
  • 1
0
votes
2 answers

Windows Server 2012 Hyper-V RDP from anywhere

I have a Windows Server 2012 R2 Datacenter installed with the Hyper-V manager activated. Within the Hyper-V Manager I have installed two virtual machines. First virtual machine is a Windows Server 2012 R2 Standard, used as a domain controller.…
Richard
  • 9
  • 2
0
votes
1 answer

Importing a PowerShell script certificate with PowerShell on a Remote Machine?

When scripting with powershell you have to make sure your script is allowed to be run on the machine in question using a certificate. If any changes at all are made to the script, then the certificate has to be re-signed for the script to be run…
leeand00
  • 4,807
  • 13
  • 64
  • 106
0
votes
0 answers

WMI query returns "Generic Failure" exception for certain classes

I am trying to query Win32_USBHub or Win32_DiskDrive on a remote server using PowerShell, but I am receiving the following error: [PS]> Get-WmiObject -Class "Win32_USBHub" -ComputerName MyServer -Credential $Cred | Select -First 1 Get-WmiObject :…
Charlie Joynt
  • 219
  • 1
  • 4
  • 11
0
votes
1 answer

[Microsoft]"wmic" connect to a computer that is out of domain?

[microsoft] i try to "wmic" inside a computer to get it back inside the domain (getting desynced). the problem is that when i do it from my administration user, the wmic request getting denied as the computer (as mentioned above) is out of my…
0
votes
0 answers

PSSession Access Denied Error

I try connect to from the machine psttest01 to the machine psttest02 with PSSession and certificates as authentication. For that I used this command: Enter-PSSession -ComputerName psttest02 -CertificateThumbprint 7221fc5479300189759ed18031c9c0 But…
jofri
  • 11
  • 3
0
votes
0 answers

How to get remote users to authenticate?

We have some remote users who are rarely on the company LAN. They may be remote for six months or more during a year. Every so often we encounter the problem of errors like: "There are currently no logon servers available to service this request"…
ecasey
  • 11
  • 1
0
votes
2 answers

Remote parallel deployment in Tomcat

We're deploying an app to several Jelastic Tomcat environments using Maven on a TeamCity build server. This works well and has done so for quite some time. Now, we want to move closer to zero-downtime deploy and would like to find a simple way to…
method
  • 3
  • 3
0
votes
1 answer

Cant RDP into server 2012 after VPN role added

Hi I installed the VPN role whilst connected to my remote Windows 2012 server via RDP. As soon as the service started my RDP session was ended and I can no longer reconnect. I also cannot connect via VPN. (Says that connection is denied because the…
0
votes
2 answers

Installing Windows 2003 over remote DRAC 4

I'm trying to install windows 2003 over a DRAC 4 console session by using a ISO file. But it keeps freezing during the GUI installation then when login back Windows Setup says some files not found and setup won't continue. What's the best approach…
Delli
0
votes
1 answer

remote SSH command works but not when used in bash script

I am trying to stop tomcat on a remote server using a bash script. Here is the function: function stop_remote_tomcat () { CURRENT_SERVER=$1 CURRENT_USER=$2 CURRENT_PEM_FILE=$3 COMMAND="ssh -i $CURRENT_PEM_FILE…
Pritam Barhate
  • 129
  • 1
  • 8
0
votes
1 answer

Can I have some devices at building 2, connect to the building 2 server (WS2012) as it's gateway, and use that server's VPN connection to building 1?

The situation is as follows Building 1 (B1) is my main site. I have 1 Windows Server 2012 unit at B1 and B2. B1 is a PPTP server. At B2, I have many devices. Most of these devices are constantly on a VPN connection to B1 (including the B2…
0
votes
2 answers

Powershell connection to exchange 2013 powershell works randomly?

I am currently working on a script that connects to our mailserver and purges a specific folder in a mailbox, I got everything working without a problem except the connecting to the server. When I tried this morning it worked without an issue. But…
Jakodns
  • 236
  • 1
  • 6
  • 14
0
votes
1 answer

remote Windows command line

I am connecting from my pc1 to Windows server via Widows Remote Desktop Client. Then I execute one application (it has maximized window, and must stay maximized) on remote computer via his own terminal command line. But what I need now is, to be…