PowerShell 2.0: One Cmdlet at a Time 54 Get-WSManCredSSP
Continuing the series looking at new cmdlets available in PowerShell 2.0. This time we look at the Get-WSManCredSSP cmdlet.
What can I do with it?
View the CredSSP configuration on the local computer. Note: this cmdlet requires running from an elevated PowerShell session.
Example:
View the CredSSP configuration on the local computer which has previously been enabled for client CredSSP via Enable-WSManCredSSP.
Get-WSManCredSSP
You will notice the client part has been enabled, but not the server.
How could I have done this in PowerShell 1.0?
Support for the use of WS-Management in PowerShell is provided as part of the 2.0 release.