Wednesday, June 4, 2014

check size of sharepoint 2010 sites

http://get-spscripts.com/2010/08/check-size-of-sharepoint-2010-sites.html

Get-SPWebApplication http://10.168.24.216 | Get-SPSite -
Limit all | select url, @{label="Size in MB";Expression={$_.usage.storage/1MB}}
| Sort-Object -Descending -Property "Size in MB" | Format-Table -AutoSize

 

No comments:

Post a Comment

Image noise comparison methods

 1. using reference image technique     - peak_signal_noise_ratio (PSNR)     - SSI 2. non-reference image technique     - BRISQUE python pac...