Init.psm1

if (-not (Get-Module -Name ADSync))
{
    Import-Module -Name ADSync
}