April 15, 2014

List all SharePoint 2010 Farm ContentDBs & Application Databases

To List all active Content DBs in SharePoint 2010 Farm, just execute a PowerShell command:

Get-SPDatabase | Format-Table -AutoSize | Out-String -Width 1000