question

EdricRainierVillanueva-0897 avatar image
0 Votes"
EdricRainierVillanueva-0897 asked RichMatheisen-8856 edited

Powershell script: How to get the usermails mailbox list recipients?

Hi,

I was trying to create a script in PowerShell regarding making a list of recipients that is being used in the organization. I tried to research this topic but I always generated the primary emails which are in the organization. Is there a way I can get the recipients only like the email outside of the organization?

Regards,
Edric Villanueva

windows-server-powershell
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Any e-mail addresses outside your organization won't be delivered to your organization. Any mail-enabled objects within your organization would use their primary SMTP addresses when sending email.

Or are you asking how to get the addresses of the Contact objects in your AD? Those represent external (i.e., "outside") recipients.

Or are you asking how to get a list of all the e-mail addresses your users send e-mail to? That would come from either message tracking logs or SMTP protocol logs.

0 Votes 0 ·

0 Answers