icinga-powershell-framework/lib/core/jea/Get-IcingaJEAContext.psm1

5 lines
106 B
PowerShell
Raw Normal View History

2021-08-06 12:12:27 -04:00
function Get-IcingaJEAContext()
{
return (Get-IcingaPowerShellConfig -Path 'Framework.JEAProfile');
}