@ECHO OFF ECHO This requires the Exchange Information Store to be stopped! ECHO Nobody will be able to access their mailbox! PAUSE NET STOP MSExchangeIS cd\ cd "C:\Program Files\Exchsrvr\MDBDATA" CLS ECHO Private Information Store (user mailboxes)... "C:\Program Files\Exchsrvr\BIN\eseutil" /mh priv1.edb ECHO If the Log Required = 0 - 0, no log files are required to start this database, ECHO the database is in a Clean Shutdown or Consistent state PAUSE ECHO Public Information Store (public folders)... "C:\Program Files\Exchsrvr\BIN\eseutil" /mh pub1.edb ECHO If the Log Required = 0 - 0, no log files are required to start this database, ECHO the database is in a Clean Shutdown or Consistent state PAUSE ECHO This will launch Microsoft's KB240145 titled: ECHO How to remove Exchange Server transaction log files "C:\Program Files\Internet Explorer\iexplore.exe" "http://support.microsoft.com/kb/240145" PAUSE EXIT