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 Powershell console they work as intended. MDE support suggests in order to execute signed scripts we need to install the certificate on the device before executing those signed scripts.
What’s interesting here is on the system where we ran the script successfully (using PS console), the certificate was not installed on it. Also, we were able to validate cert chain using powershell.
Any suggestions on what can be done here as we were hoping MDE executes in the same way as PS does. Not intending to install the cert on every device the script gets executed.
Thank you !!
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 Powershell console they work as intended. MDE support suggests in order to execute signed scripts we need to install the certificate on the device before executing those signed scripts. What’s interesting here is on the system where we ran the script successfully (using PS console), the certificate was not installed on it. Also, we were able to validate cert chain using powershell. Any suggestions on what can be done here as we were hoping MDE executes in the same way as PS does. Not intending to install the cert on every device the script gets executed. Thank you !! Read More