icinga-powershell-framework/lib/daemons/RestAPI/threads/Start-IcingaForWindowsCertificateThreadTask.psm1

8 lines
279 B
PowerShell

function Start-IcingaForWindowsCertificateThreadTask()
{
New-IcingaThreadInstance `
-Name 'CertificateRenewThread' `
-ThreadPool (New-IcingaThreadPool -MaxInstances 1) `
-Command 'New-IcingaForWindowsCertificateThreadTaskInstance' `
-Start;
}