Get-EventLog -LogName Application -Source "Microsoft-SharePoint Products-SharePoint Foundation" -After "March 10, 2021 02:55:00"
I tried to execute above command to know the SPtimer and workflow related failure issues from particular time, but I did not get any output
issue is as per the workflow logic mail should trigger automatically but no mail is going where it received the mail when triggered manually
so I want to capture event logs for that sharepoint workflow from particular time to certain time.
which application I should look for in the event logs? Please help me on this
Thank you
