Automagically Fixing FailedAndSuspended Exchange 2010 Databases with PowerShell
Another quick script, this one finds all databases located on Exchange 2010 servers with a status of ‘FailedAndSuspended’ and then reseeds them. Since this scripts makes changes to the systems, instead of just reading information, all activities are logged via PowerShell’s transcript feature. You’ll need to change the path in the 5th line of the [...]
Tagged Exchange 2010, PowerShell