How to check if Credential Security Support Provider (CredSSP) authentication is enabled or disabled on MID Server?SummaryAs part of troubleshooting credentials issue, we my have to check if Credential Security Support Provider (CredSSP) authentication is enabled or disabled on MID Server. The Get-WSManCredSSP cmdlet gets the Credential Security Support Provider-related configuration of the client and the server. The output indicates whether Credential Security Support Provider (CredSSP) authentication is enabled or disabled. When you use CredSSP authentication, the user credentials are passed to a remote computer to be authenticated. This type of authentication is designed for commands that create a remote session from another remote session. In above example in MID Server PS command, it confirms the machine is not configured to allow delegating fresh credentials.ReleaseAnyInstructionsLogin to the MID server Host Machine and open PowerShell Command Prompt. Run command: Enable-WSManCredSSP The Enable-WSManCredSSP cmdlet enables CredSSP authentication on a client or on a server computer. When CredSSP authentication is used, the user credentials are passed to a remote computer to be authenticated. This type of authentication is designed for commands that create a remote session from another remote session. Caution : Customer has to work with their internal network team before running the command. CredSSP authentication delegates the user credentials from the local computer to a remote computer. This practice increases the security risk of the remote operation. If the remote computer is compromised, when credentials are passed to it, the credentials can be used to control the network session.Related LinksRefer to Microsoft product documentation: https://docs.microsoft.com/en-us/powershell/module/microsoft.wsman.management/get-wsmancredssp?view=powershell-7.1