icinga-powershell-framework/lib/core/installer/tools/TestUpdatingIMC.psm1

6 lines
191 B
PowerShell

function Test-IcingaForWindowsManagementConsoleUpdating()
{
$UpdateFile = Join-Path -Path (Get-IcingaCacheDir) -ChildPath 'framework.update';
return (Test-Path -Path $UpdateFile);
}