Link to home
Start Free TrialLog in
Avatar of bkpierce
bkpierceFlag for United States of America

asked on

Exchange 2007 Send mail on behalf public folder

I have a mail enabled public folder that several users access and occasionally need to reply to messages. I ran the following command to give them send on behalf permission

set-mailpublicfolder -identity <public folder> -grantsendonbehalfto <users>

They can send mail out as the account however it just looks like it came from the shared email address. Is there a way to show it as from: user@domain.com on behalf of publicfolder@domain.com.

The box is running Exchange 2007 with SP1.
ASKER CERTIFIED SOLUTION
Avatar of Akhater
Akhater
Flag of Lebanon image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bkpierce

ASKER

How would I check if they have send-as permission?
mmm from the top of my head it should be like

Get-ADPermission "publicfoldername" | FL  *User*,*Extendedrights*
After checking, they did have send as permission, after that was removed the send on behalf worked great.