Forum Discussion
Marek_G
Apr 02, 2022Copper Contributor
Powershell and scheduled triggered task
pls exist solution how run in scheduled task backgroud powershell ? I want after trigered some eventid run powershell in backgroud without blocking next trigered event. thanx
Apr 08, 2022
Could you give us some more information?
Marek_G
Apr 13, 2022Copper Contributor
Hi, I wanted to help scheduler task to call powershell cmd let on based event from security log. Unfortunately, the call will block the schedeled task for the next event. That is, how to call powershell asynchrony. So in the end I called the classic powershell from which I call another powershell to help start-process ....