PowerUpSQL.psm1

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