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

5 lines
100 B
PowerShell

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