We are proud to announce that VersionRecall 2014 has been released and is now available for download from our web site at http://www.sapien.com/software/versionrecall. If you have been evaluating the community preview version, please make sure to read all the way down so you catch the new features that have been added. If you have not […]
Tag: signature
How do I sign a Windows PowerShell script?
"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 […]
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 […]