mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-02-03 04:09:29 -05:00
5 lines
100 B
PowerShell
5 lines
100 B
PowerShell
function Start-Icinga()
|
|
{
|
|
Start-IcingaService -Service 'icinga2';
|
|
Start-IcingaForWindows;
|
|
}
|