Forum Discussion

laomashitu's avatar
laomashitu
Copper Contributor
Sep 17, 2023

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...
  • VasilMichev's avatar
    Sep 17, 2023
    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).

Resources