Winrm troubleshooting

Last updated:

WINDOWSWINRM

Related to [[202309181318 Powershell second hop problem]]

# Check credssp setting
## Working example:
Get-WSManCredSSP

The machine is configured to allow delegating fresh credentials to the following target(s): wsman/*

This computer is configured to receive credentials from a remote client computer.


## Not working

Get-WSManCredSSP

The machine is not configured to allow delegating fresh credentials.

This computer is configured to receive credentials from a remote client computer.
## Check winrm status
winrm get winrm/config

references:

Multi-Hop Support in WinRM - Win32 apps | Microsoft Learn Installation and configuration for Windows Remote Management - Win32 apps | Microsoft Learn