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 04, 2022
Could you tell us some more? You already have an event in the eventlogid that if triggered should start a program using the "Attach task to this event" ? That could be te powershell executable with as parameter a .ps1 file. Or do you want to run a script in Scheduled Tasks that keeps on scanning for an EventID and does something when it finds it?