Sign-PSScript
Just a quick function to sign PowerShell scripts with a code-signing certificate. Very useful for deploying scripts in a domain to all computers without changing the execution policy.
Throw it in your $profile
, reload, run with Sign-PSScript -Script c:\path\to\script.ps1
.