How can I see all site collections associated in a specific Content db in SharePoint 2010?
Any advice or suggestion is highly appreciated.
Get-SPSite -Limit All -ContentDatabase contentdbname | select url, @{label="Size";Expression={$_.usage.storage}}