November 14th, 2012

PowerTip: Use PowerShell to Check on Status of CredSSP

Doctor Scripto
Scripter

Summary: Use a Windows PowerShell cmdlet to check on status of CredSSP delegation.

Hey, Scripting Guy! Question How can I determine the status of credential delegation (CredSSP) on my computer?

Hey, Scripting Guy! Answer Use the Get-WSManCredSSP cmdlet. Make sure to start Windows PowerShell with Admin rights because the cmdlet requires elevation, for example:

PS C:\> Get-WSManCredSSP

The machine is not configured to allow delegating fresh credentials.

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

 

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.