Page 1 of 1

Need to save report of the Scalix Message Store Size

Posted: Wed Jul 22, 2009 9:23 am
by jomm
I have to provide quarterly reports to my supervisor on mailbox size per user. I need to be able to save or export a report of the Scalix Message Store Size so I can chart the information in my quraterly report. I would like to have the report pretty much formatted in the same way that the information shows in the Administrator Console screen. Is there a command I can run from the command prompt that will give me this type of information in the format I need?

Thank you.

Re: Need to save report of the Scalix Message Store Size

Posted: Wed Jul 22, 2009 10:57 am
by jangi
Not exactly the same format, but:

Code: Select all

sxdu |sort -nr

Re: Need to save report of the Scalix Message Store Size

Posted: Wed Jul 22, 2009 1:43 pm
by jomm
Thank you. That gave me the information I needed. I can work with this to create my chart in Excel.

JoMiller