Exchange and creating a global distribution list
If you can get those address into the CSV file then the below command should able be able to add them to a distribution group. Import-Csv .\UserExternalAddress.csv | ForEach {Add-DistributionGroupMember -Identity "Users External Address" -Member $_.displayname} Jasjit Singh Dhindsa | ITIL v3 | IASA Foundation Certified | MCITP: EMA 2010/2007 | MCTS: MES 2010/2007, OCS 2007 | MCSA: M+S | MCSE: M+S
December 22nd, 2011 6:54pm

Hi You can run it Using EMS, Exchange Management Shell Cheers Zi Feng
Free Windows Admin Tool Kit Click here and download it now
December 23rd, 2011 11:06am

Here is what I want to do. I would like to create a web form for users to input personal email addresses (external to the organization) and then have those email addresses put into a distribution list on an Exchange server. This is so someone from within the orgranization can send an email to that distribution list and have that email sent to the external email accounts. Basically a notify system for employees that are not in the office and don't have access to OWA. I know i can collect email addresses with the web form. I don't know if there is an automated process to be able to take those addresses and add them to a distribution list, or if this is even possible. Any insite on this would be appreciated. Thanks Michael
December 24th, 2011 10:51am

If you can get those address into the CSV file then the below command should able be able to add them to a distribution group. Import-Csv .\UserExternalAddress.csv | ForEach {Add-DistributionGroupMember -Identity "Users External Address" -Member $_.displayname} Jasjit Singh Dhindsa | ITIL v3 | IASA Foundation Certified | MCITP: EMA 2010/2007 | MCTS: MES 2010/2007, OCS 2007 | MCSA: M+S | MCSE: M+S
Free Windows Admin Tool Kit Click here and download it now
December 24th, 2011 11:06am

Is the Import-Csv a console command or is this an Exchange server command? Please forgive my lack of knowledge on Exchange. I am trying to write a proposal on this and want to get all my ducks in a row before submitting. I'm not an Exchange Administrator. Thanks
December 24th, 2011 11:28am

Hi You can run it Using EMS, Exchange Management Shell Cheers Zi Feng
Free Windows Admin Tool Kit Click here and download it now
December 25th, 2011 3:18am

Hi Any update? Cheers Zi Feng
December 30th, 2011 8:31pm

I apologize for not getting back sooner. I have been really busy at work and haven't had time to get back to look at this project yet. I will try to take some time this week and see what I can come up with. Thanks Michael
Free Windows Admin Tool Kit Click here and download it now
December 30th, 2011 8:42pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics