https://github.com/powershellcrack/delldriversconsolidator
Dell Driver Consolidator
https://github.com/powershellcrack/delldriversconsolidator
consolidate dell drivers extract-cabs
Last synced: 4 months ago
JSON representation
Dell Driver Consolidator
- Host: GitHub
- URL: https://github.com/powershellcrack/delldriversconsolidator
- Owner: PowerShellCrack
- Created: 2018-03-23T19:41:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T03:40:55.000Z (almost 8 years ago)
- Last Synced: 2024-12-27T14:11:47.387Z (about 1 year ago)
- Topics: consolidate, dell, drivers, extract-cabs
- Language: PowerShell
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Title: Dell Driver Consolidator
Created: 2018-03-22
Author: Richard tracy
## GOALS: ##
Inventory all extracted Dell Driver CABs in folder. Compare them, copying only unique folders to AIO folder.
Then parse all driver inf and consolidate the unique ones.
Name convention must be
[model]-[OS]-[ver]-[build]\[model]\[OS]\[arch]\[drivertype]
e.g.
E6530-win10-A01-PXT6R\E6530\win10\x64
E6540-win10-A03-FHWDF\E6540\win10\x86
## Source: http://www.powershellcrack.com/2018/03/consolidate-dell-drivers-part-1.html ##