Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerShell support for certificate credentials

Summary: It's not a very well-known feature, but the PSCredential object, and the PowerShell Get-Credential cmdlet, both support certificate credentials (including PIN-protected certificates). In this post, we take a look at how a certificate credential is marshaled inside a PSCredential object, how you can do this marshaling yourself, and how...