Forum Discussion

Anand00735's avatar
Anand00735
Copper Contributor
Jan 10, 2022

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

  • 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.

Resources