icinga-powershell-framework/lib/core/windows/Stop-Icinga.psm1
2024-09-19 12:27:06 +02:00

5 lines
97 B
PowerShell

function Stop-Icinga()
{
Stop-IcingaService -Service 'icinga2';
Stop-IcingaForWindows;
}