event_platform=win event_simpleName=ScheduledTask*
| search ComputerName="*" ```Change this value to search on a specific host```
| search UserName="*" ```Change this value to search on a specific user```
| rename RpcClientProcessId_decimal as falconPID
| eval ProcExplorer=case(falconPID!="","https://falcon.crowdstrike.com/investigate/process-explorer/" .aid. "/" . falconPID)
| table ContextTimeStamp_decimal ComputerName UserName event_simpleName TaskAuthor Task*, ProcExplorer
| convert ctime(ContextTimeStamp_decimal)