本文介绍了试图在网站集中找到回收站的大小.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
HI,
我正在尝试查找网站集回收站的大小,当我运行以下命令时,我没有收到任何输出.请帮助.
Am trying to find the size of the recycle bin of the site collection and when I run the below command , I am not receving any output. Kindly help.
$ s1 = Get-spweb站点URl"
$s1 = Get-spweb "site URl"
$ s1.RecycleBin
$s1.RecycleBin
Priya
推荐答案
这篇关于试图在网站集中找到回收站的大小.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!