icinga-powershell-framework/lib/core/jea/Get-IcingaJEAContext.psm1
2021-09-02 09:23:10 +02:00

4 lines
106 B
PowerShell

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