Questions tagged [credssp]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
0 votes
1 answer
3k views

CredSSP error while connecting to Hyper-V Server 2016 VM

I'm using a domain laptop to remotely manage a bunch of Hyper-V Server 2016, also joined to this domain. But since a recent domain change, I came across an issue with one server. I can open Hyper-V ...
LeRouteur's user avatar
  • 388
1 vote
3 answers
13k views

2018-08 Cumulative Update for Windows Server 2016 (KB4343887) Failing

I've been trying to update the Patches which is failing continuously When I click the Failed to Install, I popped with the below description 2018-08 Cumulative Update for Windows Server 2016 for ...
Jayendran's user avatar
  • 119
0 votes
2 answers
5k views

WSManCredSSP setting cannot be enabled

Im trying to set up 2 Hyperv 2016 Server hosts on my local network for remote access, but I just cant get them going. Servers are configured properly - both running: PSRemoting (also tried -...
Jon's user avatar
  • 167
1 vote
2 answers
1k views

Credential delegation do not work in windows server 2008 R2

I have a windows server 2008-R2 machine which have been configured for remote user login. I have made a policy changes so that credential delegation can work. I have done similar configuration on ...
Mandar's user avatar
  • 111
3 votes
0 answers
2k views

Configure NLA to not use client-side credentials check

Situation: Using a Windows 10 workstation, that's in the domain OFFICE, I initiate a RDP connection using smart card logon and certificates to a RDS gateway in a foreign domain REMOTE. The foreign ...
Vesper's user avatar
  • 794
1 vote
0 answers
521 views

Cannot enable credSSP via PowerShell remote session

I need to enable credSSP authentication remotely via PowerShell remoting. When running: enable-wsmancredssp -role client -delegatecomputer fqdn -force` I got this error: Access is denied. + ...
Petr Snížek's user avatar
0 votes
1 answer
2k views

PowerShell credSSP session using IP

I need to open a Powershell remote session using credSSP authentication from server A to B. However, server A cannot resolve name of B. CredSSP is enabled on A to pass credentials (in "Allow ...
Petr Snížek's user avatar
16 votes
1 answer
2k views

Using defaultAuthenticationType with PowerShell Web Access

PowerShell web access lets you choose the authentication type. By default, it uses a value of Default, which ends up being Negotiate. I have set up CredSSP to allow logging into the PSWA server itself ...
briantist's user avatar
  • 2,555
2 votes
1 answer
4k views

RDP client error - An authentication error has occured (0x609)

I have a computer named ws24 (192.168.1.168) and another named srvPPassTest2. I have written a program running on ws24 that is an "RDP proxy". It accepts connections from RDP clients on port 7070 (...
Jean-Bernard Pellerin's user avatar
7 votes
3 answers
27k views

Automatically reconfigure WinRM HTTPS listener with new certificate?

I am looking to enable WinRM HTTPS listeners on all of our servers for secure communication when using CredSSP between servers to get around the double-hop issue. Setting this up is fine, we have CN-...
Jared's user avatar
  • 71
1 vote
1 answer
3k views

psremoting and credssp authentication to localhost

I have two machines A and B. both have: psremoting enabled, credssp enables as both client and server. from machine A I can create a new pssession to B with -Authentication credssp from machine B I ...
CodePartizan's user avatar
11 votes
3 answers
75k views

Cannot get CredSSP authentication to work in PowerShell

In attempting to create a PowerShell script using remoting I ran into what I believe is the double-hop problem. In that article, Perriman gives a succinct description of the problem as well as the ...
Michael Sorens's user avatar
2 votes
4 answers
8k views

Slow login to load-balanced Terminal Server 2008 behind Gateway Server

I have a small load-balanced (using Session Broker) Terminal Server 2008 farm behind a Gateway Server which is accessed from the Internet. The problem I have is that there is a delay of 20-30 seconds ...
flytzen's user avatar
  • 185