lib/core/installer/menu/manage/framework/Invoke-IcingaForWindowsMangementConsoleToogleFrameworkDebug.psm1
function Invoke-IcingaForWindowsMangementConsoleToogleFrameworkDebug() { if (Get-IcingaFrameworkDebugMode) { Disable-IcingaFrameworkDebugMode; } else { Enable-IcingaFrameworkDebugMode; } } |