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

5 lines
65 B
PowerShell

function Restart-Icinga()
{
Stop-Icinga;
Start-Icinga;
}