lib/core/installer/tools/Clear-IcingaForWindowsManagementConsolePaginationCache.psm1

function Clear-IcingaForWindowsManagementConsolePaginationCache()
{
    $global:Icinga.InstallWizard.LastParent.Clear();
}