Answered by:
Exchange 2010 Send-As permission has applied to all the Users

Question
-
Hi
we have exchange 2010 server where all the user are able has the Send As rights so we would like to investigate and stop this rights to all the users.
Wednesday, June 10, 2015 7:06 AM
Answers
-
Hi,
I understood everyone has "send as" permission to everyone in your post .
If I misunderstand your meaning, don’t hesitate to tell me.
We can view"send as permission ” on security property by using Active Directory Users and Computers.
Please refer to this following example removes the Send As permissions from user Kim on the user Administrator.
Remove-ADPermission -Identity Administrator -User Kim -ExtendedRights "Send As"
I have found a similar thread,you can refer to below link:
Regards,
David
- Edited by David Wang_Moderator Thursday, June 11, 2015 9:29 AM
- Marked as answer by SPV4645 Monday, June 15, 2015 2:10 PM
Thursday, June 11, 2015 9:20 AMModerator -
HI
thank you for your suggestion you are correct , the member of one distribution group was having the issue once we have identified the group now the issue has been resolved.
- Marked as answer by SPV4645 Monday, June 15, 2015 2:10 PM
Monday, June 15, 2015 2:10 PM
All replies
-
Hi,
Here https://technet.microsoft.com/en-us/library/bb676368%28v=exchg.141%29.aspx you can find pretty good instructions on how to change Send-As permissions for mailboxes.
▲ Vote if Helpful / Mark if Answer
MCSE: Messaging 2013 Charter / Private Cloud / Server Infrastructure
MaximumExchange.ruWednesday, June 10, 2015 12:12 PM -
Hi,
I understood everyone has "send as" permission to everyone in your post .
If I misunderstand your meaning, don’t hesitate to tell me.
We can view"send as permission ” on security property by using Active Directory Users and Computers.
Please refer to this following example removes the Send As permissions from user Kim on the user Administrator.
Remove-ADPermission -Identity Administrator -User Kim -ExtendedRights "Send As"
I have found a similar thread,you can refer to below link:
Regards,
David
- Edited by David Wang_Moderator Thursday, June 11, 2015 9:29 AM
- Marked as answer by SPV4645 Monday, June 15, 2015 2:10 PM
Thursday, June 11, 2015 9:20 AMModerator -
HI
thank you for your suggestion you are correct , the member of one distribution group was having the issue once we have identified the group now the issue has been resolved.
- Marked as answer by SPV4645 Monday, June 15, 2015 2:10 PM
Monday, June 15, 2015 2:10 PM