Jonathan Medd's Blog
Scripting. Powershell, VMware, Windows, Active Directory & Exchange. All that kind of stuff…..
-
PowerShell 2.0: One Cmdlet at a Time #54 Get-WSManCredSSP
Posted on February 3rd, 2010 No commentsContinuing 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-WSManCredSSPYou 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.
Leave a reply







