send as permission
Hi all,
exchange 2003 SP2 and Windows 2003 SP2
We need to assign one account to have a send as permission for about 2500 users.
What's an easy way to assign this?
Thank you.
January 5th, 2011 12:37pm
Dear
In Exchange 2003 , you cant assign send as permission.MCITP Enterprise Messaging Administrator, MCITP Enterprise Administrator, MCSE, MCDBA
Free Windows Admin Tool Kit Click here and download it now
January 5th, 2011 1:37pm
Hello,
I have configured send as permission in Exchange 2003 FYI. But to configure it for that many people, you may want to wait until someone can help out with a script.
MiguelMiguel Fra /
Falcon IT Services
Computer & Network Support, Miami, FL
Visit our Knowledgebase and Support Sharepoint Site
January 5th, 2011 2:49pm
On Wed, 5 Jan 2011 19:48:45 +0000, Falcon ITS wrote:
>I have configured send as permission in Exchange 2003 FYI. But to configure it for that many people, you may want to wait until someone can help out with a script.
Way back in 2003(?) Microsoft had a VBS script that identified
everything with Full Mailbox Permission and, optionally, added "Send
As" where needed. That was back when they split "Send As" and "Full
Mailbox Access". You could probably still find it with Google.
---
Rich Matheisen
MCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
January 5th, 2011 10:20pm
hi,
Do the following steps to accomplish your task-
Below procedure will allow to grant users the ability to send as another:
Log onto the server running Exchange. Run Active Directory Users and Computers. Under the "View" menu ensure that "Advanced Features" is ticked. Find the user's account that you want to be able to send as, and open up the account properties.
Select the "Security" tab. Click [Add ...] (under "Group or user names") and add the user (users or group) that is to be granted permission to send-as this account.
For each account added, highlight the account under "Group or user names" and in the "Permissions for ..." window grant the account "Send As" permission.
Click [OK] to close the account properties dialog. Regards, Ajaj Desai (India)
January 6th, 2011 12:17am
While counter < 2500 {
counter++
Log onto the server running Exchange.
Run Active Directory Users and Computers. Under the "View" menu ensure that "Advanced Features" is ticked. Find the user's account that you want to be able to send as, and open up the account properties.
Select the "Security" tab. Click [Add ...] (under "Group or user names") and add the user (users or group) that is to be granted permission to send-as this account.
For each account added, highlight the account under "Group or user names" and in the "Permissions for ..." window grant the account "Send As" permission.
Click [OK] to close the account properties dialog.
}
NewEyeballs()
Miguel Fra /
Falcon IT Services
Computer & Network Support, Miami, FL
Visit our Knowledgebase and Support Sharepoint Site
Free Windows Admin Tool Kit Click here and download it now
January 6th, 2011 12:26pm
While UserCounter < 2500 {
UserCounter++;
Log onto the server running Exchange. Run Active Directory Users and Computers. Under the "View" menu ensure that "Advanced Features" is ticked. Find the user's account that you want to be able to send as, and open up the account properties.
Select the "Security" tab. Click [Add ...] (under "Group or user names") and add the user (users or group) that is to be granted permission to send-as this account.
For each account added, highlight the account under "Group or user names" and in the "Permissions for ..." window grant the account "Send As" permission.
Click [OK] to close the account properties dialog.
MoreCoffee();
}
NewEyeballs();
Miguel Fra /
Falcon IT Services
Computer & Network Support, Miami, FL
Visit our Knowledgebase and Support Sharepoint Site
January 6th, 2011 12:26pm
While counter < 2500 {
counter++
Log onto the server running Exchange. Run Active Directory Users and Computers. Under the "View" menu ensure that "Advanced Features" is ticked. Find the user's account that you want to be able to send as, and open up the account properties.
Select the "Security" tab. Click [Add ...] (under "Group or user names") and add the user (users or group) that is to be granted permission to send-as this account.
For each account added, highlight the account under "Group or user names" and in the "Permissions for ..." window grant the account "Send As" permission.
Click [OK] to close the account properties dialog.
}
NewEyeballs()
Miguel Fra /
Falcon IT Services
Computer & Network Support, Miami, FL
Visit our Knowledgebase and Support Sharepoint Site
Free Windows Admin Tool Kit Click here and download it now
January 6th, 2011 12:28pm
Hi,
Maybe you will get some useful information from the
article.
Best regards,
SerenaPlease remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
January 10th, 2011 7:20am