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

Automapping Shared Mailbox (Mailbox Full Access Permission and Outlook Automapping) in Exchange Server 2010 SP1

New Mailbox and Recipient Functionality in Exchange 2010 SP1: Exchange 2010 SP1 Help:

http://technet.microsoft.com/en-us/library/ff459252.aspx

 

Exchange 2010 & PowerShell » Blog Archive » Automapping Shared Mailbox in Exchange Server 2010 SP1:

http://www.myexchangeworld.com/2010/09/automapping-shared-mailbox-in-exchange-server-2010-sp1/

 

Disable Exchange 2010 SP1's Auto Shared Mailbox Mapping Feature:

http://www.stevieg.org/2011/02/disable-exchange-2010-sp1s-auto-shared-mailbox-mapping/

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

RBAC Tools

The RBAC Manager from CodePlex (http://rbac.codeplex.com)

The RBAC Workbook (http://eightwone.com/2010/08/20/rbac-overview-rtmsp1/)

Schedule Task Syntax VBS & Powershell

cscript "C:\scripts\SomeScript.vbs"

 

powershell -command "& {C:\scripts\Get-SomeThings.ps1}"

 

Software or Hardware Based Load Balanced CAS arrays

Combining Web Farm publishing with Software or Hardware Based Load Balanced CAS arrays - Exchange Team Blog - Site Home - TechNet Blogs: