Want to enumerate all the Content databases of a MOSS 2007 Farm using Powershell? Use the following script. It would return all the Content Databases along with Web Application name in an XML file. [void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")
$WebServic...
[More]