Private/Functions.ps1

function Get-DellFamilyPackContent {
    [CmdletBinding()]
    Param ()
    $DellFamilyPackContent = (Invoke-WebRequest -URI 'http://downloads.delltechcenter.com/DIA/Drivers/').Content
    Return DellFamilyPackContent
}