Links

Get-DellModelPack

Comment Based Help

.SYNOPSIS
Returns a PowerShell Object of the Dell Model Packs
.DESCRIPTION
Returns a PowerShell Object of the Dell Model Packs by parsing the Dell Driver Pack Catalog from http://downloads.dell.com/catalog/DriverPackCatalog.cab"
.PARAMETER DownloadPath
Directory containing the downloaded Dell Model Packs. This allows the function to validate if the Driver Pack was downloaded by updating OSDStatus
.LINK
https://osddrivers.osdeploy.com/functions/get-dellmodelpack

GridView Example

Get-DellModelPack | Out-GridView

DownloadPath Example