Skip to content

Releases: b-sarrazin/BSADellDriverPack

v1.0.2 - Clean package

Choose a tag to compare

@b-sarrazin b-sarrazin released this 19 Jul 21:22
698f384

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

Choose a tag to compare

@b-sarrazin b-sarrazin released this 18 Jul 21:23
d38e9e0

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-BSADellDriverPack cmdlet, installable via Install-Module BSADellDriverPack
  • Duplicate packages reconciled via hard links by default (no admin rights required)
  • Progress reported via Write-Progress; use -Verbose for a detailed trace
  • Returns a summary report (packages considered/matched/downloaded/failed/removed)
  • Tab-completion for -Models, -OperatingSystems, -Architectures after the first run
  • Pester test suite covering the module's core logic