ECS.LocalGPO.psm1

$AllPowerShellFunctions = Get-ChildItem -Path "$PSScriptRoot\Functions"

Foreach ($Function in $AllPowerShellFunctions)
    {
    . $Function.FullName
    }