While working on adding a new feature in the certificate request DSC resource, I came across this handy little trick: You can change the Friendly Name of a certificate using PowerShell. All you need to do is identify the certificate using Get-ChildItem and then assign the new FriendlyName to it. Sometimes PowerShell still surprises me […]
↧