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.
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"