Forward public folder e-mails to groups

I have a mail enabled public folder on an Exchange 2013. I would like to forward all received emails to a Group. The Group is global security-group. I can only choose a user when I use "forward to" under Deliverysettings.

Is it possible what I am trying to do?

March 19th, 2014 3:53pm

Yes, it is possible but only in Exchange Management Shell (EMS)

Example:
Set-MailPublicFolder <Public Folder> -ForwardingAddress "Group Name"
Free Windows Admin Tool Kit Click here and download it now
March 19th, 2014 6:02pm

Does that command leave a copy in the publicfolder?

If I run the command, how do I remove the forwarding address?

March 20th, 2014 12:26pm

If you want to leave a copy in the public folder, you need to add a the parameter -DeliverToMailboxAndForward

Example:

Set-MailPublicFolder <Public Folder> -ForwardingAddress "Group Name" -DeliverToMailboxAndForward $True

...and to revert the changes made:

Set-MailPublicFolder <Public Folder> -ForwardingAddress $null -DeliverToMailboxAndForward $False
Free Windows Admin Tool Kit Click here and download it now
March 23rd, 2014 9:19am

Super, but Set-MailPublicFolder <Public Folder> -ForwardingAddress "Group Name"-DeliverToMailboxAndForward $True is not working as I hoped. When I test it from a outside mail address the mail goes into the public folder but is NOT forwarded and the sender is notified that the mail is not delivered. Then I test it with an inside mail address the mail goes into the public folder and is forwarded. But I would very much like if it could Work with external mail addresses aswell as internal addresses.

March 23rd, 2014 3:23pm

Then you need to change the delivery management settings on the Distribution Group to allow "Senders inside and outside of my organization". The default setting is "Only senders inside my organization" and that will not work for in your scenario.
Free Windows Admin Tool Kit Click here and download it now
March 23rd, 2014 8:23pm

Super, problem solved.

A small supplementary questions. Is there a way to add text to the forwarded mail, for example. This mail was forwarded from publicfolder

March 24th, 2014 5:03am

Hi there,

just some additions - with Outlook you can use the folder assistant for configuring rules. I.E. you can create a rule which Forwards mails to users, Groups, etc., send an auto-reply to the sender, delete unwanted mails, a.s.o.

Just right-click on the public Folder in Outlook, choose "Properties" and then "Folder Assistant...".


Best regards

Ben

Free Windows Admin Tool Kit Click here and download it now
April 16th, 2014 1:35pm

Can I use more then one groupname in this command?

Set-MailPublicFolder <Public Folder> -ForwardingAddress "Group Name" -DeliverToMailboxAndForward $True

August 3rd, 2015 9:26am

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

Other recent topics Other recent topics