SharePoint 网站空间使用情况

发布于 2024-08-20 18:27:08 字数 632 浏览 4 评论 0原文

我想了解我的小组的 SharePoint 网站使用了多少空间(文件 + 版本历史记录)。但是,我只有对我的网站的管理访问权限,而不是整个 SharePoint 实例,因此我必须提出自己的解决方案。我对总数感兴趣,但每个单独文件的使用情况也很好。

我用谷歌搜索了我能想到的所有东西,但找不到太多有帮助的。 SharePoint 编程似乎不可能,因为我无权访问该计算机。 SharePoint Web 服务看起来很有前途,但所提供的服务似乎都无法满足我的需求。我还找到了一个 VBA 库,可以让我列出文档的版本:Office.DocumentLibraryVersion。但是,这种类型不包含“大小”属性 - 为什么不呢?

无论如何,我对以下任一解决方案都很满意:

  • 从 VBA、VB 或 C#(或任何其他语言)使用的库或 API
  • 提供文件大小/空间使用信息的 SharePoint Web
  • 服务完全疯狂的脚本,使用http迭代库中的所有文件夹/文件/版本,并进行疯狂的模式匹配来计算每个文件的大小,然后将它们加在一起并返回总计(SharePoint du)

我想是这样这是解决这个问题的最佳论坛,但非程序化的解决方案也同样受欢迎。基本上,任何你能想到的都会有帮助。此时,即使“这是不可能的”也会有用。

提前致谢。

I would like to find out how much space my group's SharePoint site uses (files + version history). However, I only have administrative access to my site, not the entire SharePoint instance, so I have to come up with my own solution. I'm interested in the total, but usage per individual file is also fine.

I've googled everything I could think of but couldn't find much that would help. SharePoint programming seems out of the question since I don't have access to the machine. SharePoint Web Services looked promising but none of the services provided seem to give me what I need. I also found a VBA library that lets me list the versions of a document: Office.DocumentLibraryVersion. However, this type does not include a "size" property - why not?

Anyway, I would be happy with either of the following solutions:

  • A library or API to be used from VBA, VB, or C# (or any other language, for that matter)
  • A SharePoint Web Service that provides file size/space usage information
  • A completely crazy script that uses http to iterate through all the folders/files/versions in the library and does insane pattern matching to figure out the size of each file, then adds them together and returns the grand total (SharePoint du)

I figured SO is the best forum for this question, but a non-programmatic solution is just as welcome. Basically, anything you can come up with would help. At this point, even "this is not possible" would be useful.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

挽袖吟 2024-08-27 18:27:08

有一个隐藏页面可以执行此操作...现在无法找到它。
检查1033目录和类似/layouts/usage.aspx。
该页面链接到/layouts/storman.aspx。不幸的是,如果您的网站集没有配额,该页面将无法工作。

There is a hidden page that does this... Cannot find it right now.
Check the 1033 directory and similar to /layouts/usage.aspx.
That page links to /layouts/storman.aspx. Unfortunately that page does not work if your site collection does not have a quota.

记忆で 2024-08-27 18:27:08

转至站点设置/站点使用报告。

如果您正在寻找的东西不存在,我认为您无法以您的访问级别做到这一点。

Go to Site Settings / Site Usage Report.

If what you are looking for is not there, I don't think you can do it with your level of access.

伴梦长久 2024-08-27 18:27:08

必须采取行动-->站点管理-->站点使用报告-->
网站 usgae 报告,您可以获取该报告

如果您想以 Excel 图表形式获取 -->在Sharepoint Designer中打开您的网站-->网站-->报告-->使用情况-->然后您可以获取

  1. 使用情况摘要
  2. 每月摘要
  3. 每日摘要
  4. 每日页面点击量
    ETC

got to siote actions--> site administration-->site usage reports-->
you can get the site usgae report

if you want to get it in excel chart--> open your site in sharepoint designer-->site-->reports-->usage-->then you can get

  1. usage summary
  2. monthly summary
  3. daily summary
  4. daily page hits
    etc
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文