SOLVED

Signed PowerShell Script

Copper Contributor

Hi All,

 

Can someone explain more about signed PS Scripts?

Why we need to use signed? what is the purpose of signing the scripts.

 

Regards

James Daniel

1 Reply
best response confirmed by James_Daniel (Copper Contributor)
Solution

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-wind...

 

1 best response

Accepted Solutions
best response confirmed by James_Daniel (Copper Contributor)
Solution

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-wind...

 

View solution in original post