I want to install the not signed driver in the Azure DevOps pipeline (windows-2019 image).
Driver is in the form of the .inf file. On the local machine i am using the following command:
pnputil -i -a driver_name.inf
but it shows a security prompt. Is there a way to turn it off?
Edit: Prompt looks like this:
You get that prompt because the driver publisher is not thrusted bu your server.
You can pre-add Novell as a thrusted publisher to remove such warning in your case.
To follow the path to do it;
Reference