Hi,
We are using version 10.0.4.1189 on Windows 2012 server.
Every user in Outlook has a folder in which they can drop items that are archived overnight. After our migration from version 9 to version 10, I noticed that the script that overruled the default policies wasn't activated on the new server. Now I notice that all items that have been moved to this folder since the migration, until I reactivated the EVPM.exe script, are still in this folder in Outlook and they get not archived.
How can I ensure that also these items are processed? I am looking for an automated/central solution, as we are not going to ask all our users to drop is again in the folder to trigger the archive process. We are required to use the archive bit option as all items need to be on backup before they can be replaced by a shortcut in Outlook. It would not be a surprise to me if this had anything to do with it.
This are the parameters that we submit to the EVPM.exe:
[Directory] DirectoryComputerName=EVSERVER1 SiteName=EVSITE1 [Mailbox] DistinguishedName = /o=Company/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=User 1 DistinguishedName = /o=Company/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=User 2 DistinguishedName = /o=Company/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=User 3 ... DistinguishedName = /o=Company/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=User 10 [Filter] name = filter1 CreateShortcut = true DeleteOriginal = true unreadMAIL = true UseInactivityPeriod = true InactivityUnits = days InactivityPeriod = 0 [Folder] name = \EV-Archives filtername = filter1 OverrideArchiveLocks = true
Any idea?
Thank you!