Tag: Limit Email Attachment
-
Limit Exchange 2010 Email Attachment Size for users with PowerShell.
Recently had a request to limit the email attachment size for specific users within the Exchange Organization. The following one line script took care of the request: New-TransportRule -Name ‘Attachment Size Limit’ -Comments ” -Priority ‘0’ -Enabled $true -FromMemberOf ‘AttachmentSizeLimit@Labnet.net’ -SentToScope ‘NotInOrganization’ -AttachmentSizeOver ‘300 KB (307,200 bytes)’ -RejectMessageReasonText ‘Sorry, your attachment exceeds the limit of…