Forum Discussion

Damb0's avatar
Damb0
Level 2
16 years ago

Enterprise Vault shortcut size

may I determine in a mailbox total shortcuts size?
I want to determine how shortcut affect mailbox size limit.
often mailboxes reaches mailbox size limit despite enterprise vault automatically archive messages.
thanks
  • Hi I've developed a mini-tool: http://www.enterprisevaultfaq.com/wiki/EVFAQ_ShortCut_Sizer Maybe you want to try it out... ;) Cheers Michel
  • There's no "standard" way that I know of. You could write a mini-application which calculates this, just sum up the size of the shortcuts. (message class IPM.Note.EnterpriseVault.Shortcut)
  • I have no idea for calculate this.
    can you suggest how can I get this information?


    There's no "standard" way that I know of.
    You could write a mini-application which calculates this, just sum up the size of the shortcuts. (message class IPM.Note.EnterpriseVault.Shortcut)


    Enterprise Vault FAQ - www.enterprisevaultfaq.com
    Enterprise Vault Tools - www.evtools.net
    vcare Infosystems AG - www.vcare-it.com

  • Are you familiar with Powershell? 
    You could most likely do what you want with a script.

    What version of exchange are you using?

  • Hi I've developed a mini-tool: http://www.enterprisevaultfaq.com/wiki/EVFAQ_ShortCut_Sizer Maybe you want to try it out... ;) Cheers Michel