"Boz" sent this one in, and it’s a doozy. I have two places for you to look: First is at http://www.scriptinganswers.com/essentials/index.php/2008/02/21/how-do-i-sign-a-windows-powershell-script/, which describes the process I used to sign a script for a new self-paced training video that should be out in March 2008. The other is in Microsoft TechNet Magazine, where I wrote an article […]
Tag: certificate
How do I sign a Windows PowerShell script?
First you’ll need a code-signing certificate. If you purchase one, you’ll be looking for a “Class III” digital certificate of the “Microsoft Authenticode” variety. This will often come in two parts: An SPC file, which is the Software Publishing Certificate, and a PVK file, which is the corresponding private key. If you use a utility […]