Code sign verification

avatar
(anonymous user)
Product: PowerShell Universal
Version: 1.4.6


Is there any way to enforce PSU to verify that scripts are signed?
I imagine it wouldn’t be an easy model to adopt in an extensive way - but I thought I’d check to see if it’s a thing.

All Comments (2)

avatar

There currently isn’t anything built in but you might be able to use execution policy on server to enforce this (disclaimer: i didn’t try this).

Adam Driscoll
PowerShell Expert and Developer at Devolutions

avatar

No worries, thanks for the confirmation.