Skip to content

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