Hello to Everyone
We are trying to deploy some existing certificates using the task sequence but it does not install anything. Just checking the AppDiscovery Log i found this error:
Failed to Read script execution time-out from Policy...
We have created an Application that in the in the Deployment Type --> Program should run the following command line:
- certutil -addstore -enterprise root ".\mycert.cer"
Where i'm wrong?
Thanks in advance!