简体   繁体   中英

Creating an exchange 2010 inbox rule

I've an Exchange 2010, how can I create a rule and apply it to all users.

The rule must create a folder in each inbox and put the read and delivered notification messages that specified folder.

You need a Managed Folder Mailbox Policy . Something like:

New-ManagedFolder -Name "New Folder" -FolderName "New Folder" –DefaultFolderType ManagedCustomFolder 

New-ManagedContentSettings -FolderName "Entire Mailbox" -MessageClass REPORT.IPM.NOTE.IPNRN -Name MoveReceipt -RetentionAction MoveToFolder "New Folder"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM