• CSVDE,  Exchange 2003,  Exchange Tools

    Export Sending Message Size Limits for users in Exchange 2003

    Some companies love to set Sending Message Size Limits per user to avoid certain users from sending mail larger than the set limit on their Active Directory Account. (Please note that this is not the best practice and when used extensively will become a huge headache for you in the future) If you need to report on the set sizes for users in your environment then I would recommend you use CSVDE to export the data from Active Directory to a CSV file. The attribute in Active Directory that you are looking for is “submissionContLength”. You can see the set value in ADUC or using ADSIEDIT. To change the allowed send…

  • Exchange 2003,  OWA

    Reporting on OWA for Exchange 2003

    I recently received a request to report on OWA for a 2003 Exchange environment. Needless to say without any 3rd party tools you are kind of left in the dark. However, I found the below website that assisted me with pulling some stats from the IIS logs using Log Parser 2.2 and 2 SQL scripts. First browse to this website and follow the instructions. The site will give you 99% of the information you need to pull the reports. There was one issue that they failed to mention though. How do I export the data to CSV??? Here is a screenshot of how the command looks like: (you need to add -o:CSV…