Hello,
I have a queue who remains "full" because there was a bounce email sent to invalid addresses. I am looking for an easy way to list all the recipients with invalid addresses.
I can have the list of emails in the queue with this command :
get-queue -identity ServerName\Shadow\37057 | get-message
But I am unable to list the recipient address with this one :
get-queue -identity POST1MTY\Shadow\37057 | get-message -IncludeRecipient
Can somebody help me with this ?
Thank you in advance for your help.
zigune