maurice-daly / DriverAutomationTool

Home of the Driver Automation Tool
https://www.msendpointmgr.com
BSD 2-Clause "Simplified" License
397 stars 120 forks source link

Lenovo BIOS extraction issue #31

Open Ru66erDucky99 opened 4 years ago

Ru66erDucky99 commented 4 years ago

Not able to extract Lenovo BIOS properly. No issue with Dell. This starts to happen from version 6.4.5 and the same with latest version. It seems like it is not able to create the temp folder properly. Hopefully this is a simple fix. Thanks!

Start-Process : This command cannot be run due to the error: Access is denied. At line:17379 char:12

Get-ChildItem : Cannot find path 'C:\Program Files\SCConfigMgr\Driver Automation Tool\Temp\ThinkPadX1Carbon7th\BIOS\' because it does not exist. At line:17388 char:12

baardhermansen commented 4 years ago

I had the same Access denied when downloading driver, but BIOS worked fine. After asking Maurice in a post on facebook, he suggested switching to the Beta version. That solved it for me at least, might be worth a shot for you too, @Ru66erDucky99.

J-Hoff389 commented 4 years ago

What was the fix for this? I am getting this same problem on Server 2019 using DAT 6.4.9

Start-Process : This command cannot be run due to the error: Access is denied. At line:17721 char:12

baardhermansen commented 4 years ago

@grandslamjmh Back in may the fix was to use the beta version, but i've yet to experience the same with 6.4.9. Admittedly i don't run the tool on servers, might be a diff there?

J-Hoff389 commented 4 years ago

@grandslamjmh Back in may the fix was to use the beta version, but i've yet to experience the same with 6.4.9. Admittedly i don't run the tool on servers, might be a diff there?

I will try running from a workstation and see if things get better. Thanks.