File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Modules/CIPPCore/Public/Entrypoints/Activity Triggers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ function Push-ExecScheduledCommand {
329329 Write-Information ' Scheduler: Sending the results to the target.'
330330 Write-Information " The content of results is: $Results "
331331 switch - wildcard ($task.PostExecution ) {
332- ' *psa*' { Send-CIPPAlert - Type ' psa' - Title $title - HTMLContent $HTML - TenantFilter $Tenant - PSATicketId $Item .Parameters.psaticketid }
332+ ' *psa*' { Send-CIPPAlert - Type ' psa' - Title $title - HTMLContent $HTML - TenantFilter $Tenant - PSATicketId $task .Parameters.psaticketid }
333333 ' *email*' { Send-CIPPAlert - Type ' email' - Title $title - HTMLContent $HTML - TenantFilter $Tenant }
334334 ' *webhook*' {
335335 $Webhook = [PSCustomObject ]@ {
You can’t perform that action at this time.
0 commit comments