PowerUpSQL.psm1

Get-ChildItem (Join-Path -Path $PSScriptRoot -ChildPath *.ps1) | ForEach-Object -Process {
    . $_.FullName
}