Link to home
Start Free TrialLog in
Avatar of itadminhelp
itadminhelpFlag for Australia

asked on

Default email sent on the behalf of email to original mailbox's sent items folder

We use exchange 2013

We have mailbox say “mailbox1”.

About 30 people have access to mailbox1.
Say one of user who got access to mailbox1 is John.

When John sends email on the behalf of mailbox1 the actual email goes to sent items folder of John in outlook.
We are trying to find the way so when John sends email on the behalf of mailbox1 it goes to sent items folder of Mailbox1(not John).
And we want to apply same for rest of users we got access to Mailbox1

Is this possible?

We have limitation that outlook can’t be used on “cached exchange mode” because user access outlook via Citrix.
Avatar of Systech Admin
Systech Admin
Flag of India image

Hi

This can be done. You need to run below command on your exchange:

C:\>Set-MailboxSentItemsConfiguration "mailbox1" -SendAsItemsCopiedTo:SenderAndFrom -SendOnBehalfOfItemsCopiedTo:SenderAndFrom
Avatar of itadminhelp

ASKER

Hi Gaurav,

When I try to run your command ..it says The term "Set-MailboxSentItemsConfiguration' is not recognized as the name of a cmdlet. (Screenshot below)-

Then I used Set-Mail instead of "Set-MailboxSentItemsConfiguration".. and got diff error screenshot below.

Note I am using exchange 2013
Error.JPG
ErrorWith_SetMailONly.JPG
ErrorWith_SetMailONly.JPG
Hi Guys... any suggestion anyone? I don't have a solution for this yet
what rights do you have on exchange?

I think you dont have necessary access on Exchange to run the command
full rights (Domain admin)
ASKER CERTIFIED SOLUTION
Avatar of itadminhelp
itadminhelp
Flag of Australia 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