如何查看特定内容数据库中的所有网站集 [英] How to see all site collections in a specific content DB

查看:25
本文介绍了如何查看特定内容数据库中的所有网站集的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何查看 SharePoint 2010 中特定内容数据库中关联的所有网站集?

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}} 

这篇关于如何查看特定内容数据库中的所有网站集的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆