how to automatically archive attachments without using a client-side rule
Because multiple people access these attachments and they would rather get them from the filesystem than by mounting the mailbox. Also, there are scripts that run against these attachments once they're saved down. I'm not sure why the size of the user base matters, but there are about 150 mailboxes.
February 25th, 2012 9:48am

This doesn't allow saving to the filesystem, does it? It just puts it in a separate archive mailbox, which isn't any different from the current setup.
Free Windows Admin Tool Kit Click here and download it now
February 25th, 2012 11:21am

Hello, If this is the wrong forum, please redirect me. I have a non-human mailbox in my Exchange 2010 SP1 organization that receives daily emails with attachments. The user who checks this mailbox wants to automatically archive these attachments to a certain location on the file system. Currently this functionality is implemented as a VBA script in a client-side Outlook rule of the non-human mailbox. (The sender will not use FTP, unfortunately, so we're stuck with the email setup.) The user wants to "productionize" the attachment-saving process by putting it on a server. I really don't want to run Outlook on a server...is there any way to do this with a server-side rule, or in a Powershell script I can schedule against the mailbox, or something?
February 25th, 2012 3:47pm

Did you follow the Zi Fengs above link? Where Technology Meets Talent
Free Windows Admin Tool Kit Click here and download it now
February 25th, 2012 6:07pm

Hi You can Export and save that new created mailbox using command new-mailboxexportrequest, please refer to http://technet.microsoft.com/en-us/library/ff607299.aspx The command should be like New-MailboxExportRequest -Mailbox Kweku -FilePath "\\SERVER01\PSTFileShare\Kweku_Archive.pst" -IsArchive And if you like someone write the full script, you can go to Sciprt Forum and you might find some help there http://social.technet.microsoft.com/Forums/en-US/category/scripting Cheers Zi Feng
February 25th, 2012 8:54pm

why would you wanna save it to the file system? how big is the user base?Where Technology Meets Talent
Free Windows Admin Tool Kit Click here and download it now
February 25th, 2012 10:56pm

Hi You can use both Transport Rule and Retention Policy to automatically doing Archive First, Create a new mailbox to save those email with attachment Then set a Transport Rule, please refer to Create a Transport Rule http://technet.microsoft.com/en-us/library/bb124737.aspx In Conditions, choose "when the size of any attachment is greater than or equal to limit", and in action, choose "copy the message to addresses", in order to send the attachment to the new mailbox. After that, set a Retention Policy Tag, please refer to Create a Retention Tag http://technet.microsoft.com/en-us/library/ff625223.aspx In Retention Policy Tag, Choose Tag Type "All other folders in the mailbox", and days set to 1 day, action choose "Move To Archive" Then In Rentention Policies, apply this Tag to the mailbox Cheers Zi Feng
February 26th, 2012 2:35am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics