mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-02-03 12:19:29 -05:00
6 lines
197 B
PowerShell
6 lines
197 B
PowerShell
function Start-IcingaForWindows()
|
|
{
|
|
Start-IcingaService -Service 'icingapowershell';
|
|
# Update the process priority after each restart
|
|
Start-IcingaWindowsScheduledTaskProcessPriority;
|
|
}
|