You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$Results="Task Failed: The command $($Item.Command) does not exist."
@@ -23,6 +29,7 @@ function Push-ExecScheduledCommand {
23
29
Results="$Results"
24
30
TaskState=$State
25
31
}
32
+
26
33
Write-LogMessage-API 'Scheduler_UserTasks'-tenant $Tenant-tenantid $TenantInfo.customerId-message "Failed to execute task $($task.Name): The command $($Item.Command) does not exist."-sev Error
0 commit comments