Forum Discussion
Anand00735
Jan 10, 2022Copper Contributor
Email stuck to pending status, want to know status of pending for all the users
Hey one of my user faced some issue while sending the email, When I checked trace report it shows pending status, But now I want to know that pending report for all the user, For that I have tried couple of script made by me using start-historic.. comamnd and am failed for all the times. any suggestions for same.
Thanks,
Anand
1 Reply
Sort By
- Message trace is your only option here. You can filter based on the status, to get just those messages:
Get-MessageTrace -Status Pending
Use other parameters as needed.