2011-07-19

Troubleshooting Store Log/Database Growth Issues

Troubleshooting Exchange 2007 Store Log/Database growth issues - Mike Lagase - Site Home - TechNet Blogs:

http://blogs.technet.com/b/mikelag/archive/2009/07/12/troubleshooting-store-log-database-growth-issues.aspx

 

Process Tracking Log tool for Exchange Server 2007 - Exchange Team Blog - Site Home - TechNet Blogs:

http://blogs.technet.com/b/exchange/archive/2008/02/07/3404839.aspx

 

To have Microsoft analyze memory dumps of store collect three dumps fifteen seconds apart.  The syntax to use is “procdump –s 15 –n 3 –mp store.exe <Drive:>\Folder\store.dmp”

ProcDump:

http://technet.microsoft.com/en-us/sysinternals/dd996900

 

2011-07-13

2011-07-12

Powershell Script to get Top Mailboxes by Size

Get-Mailbox -database DB100 | Get-MailboxStatistics | Sort-Object TotalItemSize -descending |Select-Object DisplayName,ItemCount,@{name="MailboxSize";exp={$_.totalitemsize}} -first 10 | Convertto-Html | out-File report.htm

Exchange 2010 & PowerShell » Blog Archive » Powershell Script to get Top Mailboxes by Size:

2011-07-11

Exchange 2010 "Cmdlet Extension Agents"

Cmdlet extension agents in Exchange 2010 | Thoughtsofanidlemind's Blog:

http://thoughtsofanidlemind.wordpress.com/2010/08/13/cmdlet-extension-agents-in-exchange-2010/

 

Exchange Server : Using Cmdlet Extension Agents to cause automatic events to occur in Exchange 2010 - life just got simpler!:

http://www.ucblogs.net/blogs/exchange/archive/2010/05/29/Using-Scriping-Agent-to-cause-automatic-events-to-occur-in-Exchange-2010-_2D00_-life-just-got-simpler_2100_.aspx

 

Exchange 2010 – Automatically disable ActiveSync for mailboxes | www.Lucas-Keller.com:

http://www.lucas-keller.com/?p=11