mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-04-24 15:54:37 -04:00
5 lines
97 B
PowerShell
5 lines
97 B
PowerShell
function Stop-Icinga()
|
|
{
|
|
Stop-IcingaService -Service 'icinga2';
|
|
Stop-IcingaForWindows;
|
|
}
|