Forum Discussion
laomashitu
Sep 17, 2023Copper Contributor
how to export the details of the queue in the exchange
hi all, i always see the junk email in my queue viewer, are there any way to export the detials from the above figure, so that i can analyze if the junk emails are coming the same IP address o...
- Sep 17, 2023Use the Get-Queue cmdlet to select the queue(s) in question, then the Get-Message cmdlet to list the messages therein. You can also use the pipeline (i.e. Get-Queue | Get-Message).
VasilMichev
Sep 17, 2023MVP
Use the Get-Queue cmdlet to select the queue(s) in question, then the Get-Message cmdlet to list the messages therein. You can also use the pipeline (i.e. Get-Queue | Get-Message).
laomashitu
Sep 18, 2023Copper Contributor