The problem you're addressing (if any)
According to Post-installation setup - currently we have to install the driver manually. This can be automated using PowerShell over SSH
Describe the solution you'd like
Use powershell commands, for example:
Invoke-WebRequest https://www.ath-drivers.eu/qualcomm-atheros-download-drivers-nr-382-with-code-1633.html -OutFile .\win10-12.0.0.1016-whql.zip
Expand-Archive .\win10-12.0.0.1016-whql.zip
Get-ChildItem ".\win10-12.0.0.1016-whql\64bit\" -Recurse -Filter "*inf" | ForEach-Object { PNPUtil.exe /add-driver $_.FullName /install }
Where is the value to a user, and who might that user be?
Allow to automate the process in test scripts.
Describe alternatives you've considered
No response
Additional context
No response
The problem you're addressing (if any)
According to Post-installation setup - currently we have to install the driver manually. This can be automated using PowerShell over SSH
Describe the solution you'd like
Use powershell commands, for example:
Where is the value to a user, and who might that user be?
Allow to automate the process in test scripts.
Describe alternatives you've considered
No response
Additional context
No response