Forum Discussion
abon13
Sep 16, 2024Brass Contributor
Unable to run signed scripts using Live response
Hi, Our scripts uploaded in MDE library are signed by a certificate. MDE throws an error upon running any of the signed scripts. However, when these scripts are executed using standalone Powershe...
jbmartin6
Sep 17, 2024Iron Contributor
Maybe because MDE runs the script as SYSTEM and your tests run the scripts as a user, and the certificate is only trusted in user space? Just guessing. If your tests involve running the script as SYSTEM then that theory fails. Perhaps check if the CAs are trusted at machine level rather than user level.