Questions tagged [remoting]

50 questions
0
votes
1 answer

Powershell ssh connection from linux to Domain Controller is extremely slow

I have PHP application to create user accounts in our Windows Active Directory. This application is running on Apache and Debian 11. I have LDAP only (because of some apps which are not supporting LDAPS), so I'm unable to set password directly from…
culter
  • 507
  • 2
  • 9
  • 16
0
votes
0 answers

GIT-SCM bash.exe doesn't work from "Enter-PSSession -Computer myServer"?

Let's suppose I download and install Git-SCM on a remote windows 10 computer using this installer: https://github.com/git-for-windows/git/releases/download/v2.33.1.windows.1/PortableGit-2.33.1-64-bit.7z.exe I unzip this exe installation file to the…
pico
  • 111
  • 4
0
votes
0 answers

Test-NetConnection works but Test-WsMan indicates a network issue

When running a Test-NetConnection, I can see port 5985 connects ok from server A to B. And doing a Test-WsMan from desktop C to server B, it works. However a Test-WsMan from server A to B, does not work. All machines are on different subnets, both…
Alex KeySmith
  • 721
  • 2
  • 10
  • 19
-1
votes
1 answer

Remoting from Windows Server 2012 64 bit to Windows Server 2008 R1

We need to upgrade our servers which run Windows Server 2008 R1 (32 bit version) to Windows Server 2012 (64 bit version). Some old components are not supported in Windows Server 2012. Is it possible to invoke the old components (located on Windows…
-1
votes
2 answers

How to connect to remote server using powershell from local . Enter-PSSession not working ( Not Related Exchange Service )

I am trying to connect to remote computer using local powershell session. for that I am trying to use local powershell Enter-PSSession or New-PSSession comandlets as : $session = New-PSSession -ConnectionUri…
Usman
  • 117
  • 6
1 2 3
4