Forum Discussion
Signed PowerShell Script
- Jan 14, 2019
You don't *need* to sign them, but in a nutshell - signing is a way to "certify" that the script code was written by specific entity and has not been modified.
If you need detailed instructions on how to do that, here's an old scripting guy post: https://blogs.technet.microsoft.com/heyscriptingguy/2010/06/16/hey-scripting-guy-how-can-i-sign-windows-powershell-scripts-with-an-enterprise-windows-pki-part-1-of-2/
You don't *need* to sign them, but in a nutshell - signing is a way to "certify" that the script code was written by specific entity and has not been modified.
If you need detailed instructions on how to do that, here's an old scripting guy post: https://blogs.technet.microsoft.com/heyscriptingguy/2010/06/16/hey-scripting-guy-how-can-i-sign-windows-powershell-scripts-with-an-enterprise-windows-pki-part-1-of-2/