lib/core/jea/Get-IcingaJEAContext.psm1

function Get-IcingaJEAContext()
{
    return (Get-IcingaPowerShellConfig -Path 'Framework.JEAProfile');
}