Signing Powershell scripts with a Thawte code signing certificate
I hit a problem today when trying to sign a powershell script as detailed on Scott Hanselman’s blog with a Thawte code signing certificate. The basic issue was that the certificate could be seen in the Personal section of the Certificates MMC snap-in. Also it was listed if I issued the Powershell command Get-ChildItem cert:CurrentUserMy but if I added the flag to only show usable codesigning (Class III) certificates it was not listed. ...