Releases: b-sarrazin/BSADellDriverPack
Releases · b-sarrazin/BSADellDriverPack
Release list
v1.0.2 - Clean package
Fixes the package file list: v1.0.0/v1.0.1 accidentally shipped with the
entire .git folder bundled inside the .nupkg (hooks, objects, history)
alongside .github/ and .gitignore. This release ships only the actual
module content (manifest, module file, Public/, Private/, LICENSE, README).
No functional changes to the module itself.
v1.0.0 - Initial release
Initial release of BSADellDriverPack on the PowerShell Gallery.
What it does
Downloads Dell driver packs (CAB files) filtered by model, operating system and
architecture, with automatic cleanup of outdated versions and deduplication of
identical packages across the folder structure.
Highlights
Get-BSADellDriverPackcmdlet, installable viaInstall-Module BSADellDriverPack- Duplicate packages reconciled via hard links by default (no admin rights required)
- Progress reported via
Write-Progress; use-Verbosefor a detailed trace - Returns a summary report (packages considered/matched/downloaded/failed/removed)
- Tab-completion for
-Models,-OperatingSystems,-Architecturesafter the first run - Pester test suite covering the module's core logic