Hello,
Can someone advise me on what to do?
I am trying to write a Powershell script that will install an executable on the computer.
However, when the install window pops up there are 3 things I need to do:
Check the box that says: "I accept the license agreement and privacy notice"
Input the Licenses Key
Click on Install
Is there a way in powershell to accomplish this so there is no user input?
I read on Microsoft that Powershell does not support License Acceptance
Is that correct?