How to get all site collections name with size from Content DB using powershell
Get-SPSite -Limit All -ContentDatabase WSS_DEV_Content | select url, @{label="Size";Expression={$_.usage.storage}}
Get-SPSite -Limit All -ContentDatabase WSS_DEV_Content | select url, @{label="Size";Expression={$_.usage.storage}}
No comments:
Post a Comment