Vbscript: Output specific users mailbox sizes under Exchange 2000/2003 to csv

What does it do? This script generates a CSV file containing a users name, exchange server, mailbox size and total number of items. It queries Active Directory to find out which mailbox server the user lives on, then goes and finds the total size of their mailbox. How do I use it? 1. Edit the vbs file...

Exchange RPC over HTTPs GUI configuration tool

This tool allows you to configure RPC over HTTPs without all that tedious mucking about in regedit Click to download: RPC over HTTPs GUI configuration tool Did you like this? Share it:Tweet

Implementing Exchange 2003 Message Journaling

I may not agree with the practise… but message journaling allows you to archive a copy of every message sent into and out of your organisation to meet specific legal requirements. Just be aware of the performance impact it will have on your servers. An excellent article on Implementing Exchange...

Synchronize a Pocket PC with Exchange Server 2003 using GPRS and ActiveSync

Take this Blackberry; With the advent of SP2 for Exchange, you can now hook up your PDA with Exchange and have it sync using GPRS from where-ever you are, much like a Blackberry. All the information you need can be found at the following link (Thanks to Daniel Petri for doing the hard work) http://www.petri.co.il/how_to_sync_ppc_with_exchange_2003.htm Did...