• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Signing PowerShell scripts

smakme7757

Golden Member
I'm currently signing all my powershell scripts for our servers at work. It's not a requirement, however i prefer to do it that way.

I'm wondering how you people tackle scripts you find online. Most of my scripts are handmade by me. But sometimes i find scripts that work extremely well from someone online who hasn't signed their script.

To run them on my servers I'd have to sign them or Set-Executionpolicy = unrestricted.

Signing someone else script is a little iffy to me, because by signing it I'm stamping it with my "Seal of approval". I audit all the scripts to the best of my ability of course.

How do you people handle script signing when you didn't write the code yourself?

Edit: Seems i misunderstood Remote signed. If i create the file locally it will run without being signed.
Problem solved 🙂.
 
Last edited:
Back
Top