Get-WSManCredSSP

Get the Credential Security Service Provider-related configuration.

Syntax
      Get-WSManCredSSP [CommonParameters]

Key

When CredSSP authentication is used, the user's credentials are passed to a remote computer to be authenticated. This type of authentication is designed for commands that create a remote session from within another remote session. For example, running a background job on a remote computer.

Caution: CredSSP authentication delegates the user's 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.

Examples

Display CredSSP configuration information for both the client and server.:

PS C:> get-wsmancredssp

“A foolish man proclaimeth his qualifications; a wise man keepeth them secret within himself” ~ Saskya Pandita

Related PowerShell Cmdlets

Connect-WSMan - Connect to the WinRM service on a remote computer.
Disable-WSManCredSSP - Disable Credential Security Service Provider authentication.
Enable-WSManCredSSP - Enable Credential Security Service Provider authentication.


 
Copyright © 1999-2024 SS64.com
Some rights reserved