Wednesday, October 26, 2011

Exchange 2010 - Mailbox Repair Request

Good link with details:
http://blogs.technet.com/b/nawar/archive/2010/08/19/exchange-2010-sp1-new-mailboxrepairrequest.aspx

No more ISINTEG. You can run this while online - that enough is reason to upgrade!

Here is the syntax for the mailbox I ran a repair on today.
New-MailboxRepairRequest -mailbox UserName -CorruptionType ProvisionedFolder,SearchFolder,AggregateCounts,Folderview

The link above gives the detailed event ID numbers to search for to see the results.
You need to check the server which has the mailbox database active to see the results, not the machine the cmdlet was run from.

Monday, October 17, 2011

Windows Batch - Gett Variable with formatted Date

Have just spent some time searching for a way to get my preferred date format into a file name.

Year
Month
Date

http://blog.g-ball.com/2010/08/26/year-month-day-date-batch-script/