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 🙂.
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: