lib/core/framework/Read-IcingaForWindowsLog.psm1

function Read-IcingaForWindowsLog()
{
    Read-IcingaWindowsEventLog -LogName 'Application' -Source 'Icinga for Windows' -MaxEntries 500;
}