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

7 lines
178 B
PowerShell

function Restart-IcingaForWindows()
{
Stop-IcingaForWindows;
Start-IcingaForWindows;
}
Set-Alias -Name 'Restart-IcingaWindowsService' -Value 'Restart-IcingaForWindows';