EV8 & Powershell
Rather than re-invent the wheel I am wondering is there a Powershell script or can somebody give me some general pointers which would allow me to:
1) Interrogate one specific mailbox
2) one specific folder within that mail box
3) for any vaulted emails
4) be able to extract information from the vaulted email
Ideally I am hoping to get any attachments off the vaulted mail but any help in the above would be appreciated
thanks
Brett
what kind of information are you looking for?
So you're looking to connect to something like \Inbox\My Folder\ for User A and then look at all the shortcuts and determine which ones have attachments and get information from them? or do you mean save all the attachments they have?
First answer is nothing like that exists within the Enterprise Vault product for powershell.
The easiest solution is to grant the EV Admin account Read Access to every EV Archivethen log on to the EV Server and use http://yourEVServer/EnterpriseVault/Search.asp?AdvancedThere you can choose a specific user, a specific folder to search and then with the sort order choose number of attachments , thus the emails with the most attachments will be displayed first.
If that isnt suitable you would have to create a custom application utilizing the EV APIs to run an index search to get all the items with attachments against that user and folder, then use the storage API to download those email with the attachments