Question : Exchange 2007 Power Shell - Message Size Limits Management

Hi,

I have a challenge for implementing message size limits. My scenario is this, I need to provide a exception to a group of users to allow them to send bigger emails.

My plan is this,

a) Use Powershell to set individual send limits to 5MB for all users
b) Manually update user profiles to change to 10MB for those exception users.

I choose this method over transport rules because transport rules only filter attachment size (not overall message size) and it can only send enhances message codes which users might not understand. Anyway if there is any better ways please let me know.

I have roughly gathered what is the command needed, please help me verify it.

Get-StorageGroup StorageGroup\DB | Set-Mailbox -id username maxsendsize the size you want ???

Answer : Exchange 2007 Power Shell - Message Size Limits Management

if your concerned about effecting production you can add the -whatif flag.
Random Solutions  
 
programming4us programming4us