Questions tagged [credssp]
13 questions
16
votes
1 answer
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 with CredSSP, so that network authentication…

briantist
- 2,545
- 1
- 19
- 34
11
votes
3 answers
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 specific steps to resolve the issue (almost trivial…

Michael Sorens
- 445
- 2
- 6
- 17
7
votes
3 answers
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-appropriate certificates from an internal CA so…

Jared
- 71
- 1
- 1
- 3
3
votes
0 answers
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 domain accepts certificates from CA OFFICE-CA that…

Vesper
- 794
- 1
- 9
- 32
2
votes
4 answers
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 if the session broker switches the user to…

flytzen
- 185
- 1
- 5
- 13
2
votes
1 answer
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 (configurable) and forwards them to srvPPassTest2.…

Jean-Bernard Pellerin
- 131
- 1
- 8
1
vote
3 answers
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 x64-based
Systems (KB4343887)
A security issue has…

Jayendran
- 119
- 1
- 1
- 7
1
vote
2 answers
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 windows server 2012R2 and it works without any…

Mandar
- 111
- 6
1
vote
0 answers
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.
+ CategoryInfo : InvalidOperation: (:)…

Petr Snížek
- 13
- 3
1
vote
1 answer
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 can create a new pssession to A with…

CodePartizan
- 113
- 1
- 5
0
votes
2 answers
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 -skipnetworkprofilechecking)
Enable-WSManCredSSP -Role…

Jon
- 167
- 4
- 15
0
votes
1 answer
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 Delegating Fresh Credentials" is enabled…

Petr Snížek
- 13
- 3
0
votes
1 answer
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 manager, add the faulty server and get the list of…

LeRouteur
- 388
- 2
- 16