功能激活

发布于 2024-08-27 12:15:04 字数 63 浏览 3 评论 0原文

我们想要激活 100 多个网站集的现有未来,什么是正确的选择?我们可以通过 Powershell 实现这一点吗?

We want to activate the existing future for more than 100+ site-collections, what would be the right choice? can we achieve this through Powershell?

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

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

发布评论

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

评论(2

奈何桥上唱咆哮 2024-09-03 12:15:04

如果您不想自己编码,可以随时从 Codeplex.com 下载 SharePoint 功能管理工具 .
它将允许您选择一个 Web 功能并在网站集上递归地激活/停用。

If you don't want to code yourself, you can always download the SharePoint Feature Admin Tool from Codeplex.com.
It will allow you to select a Web Feature and activate/deactivate in recursively on a Site Collection.

携君以终年 2024-09-03 12:15:04

是的,powershell 会让这一切变得简单。

但还有 stsadm 命令“activatefeature”。
与 stsadm 命令“enumsites”以及一些创建命令脚本构建一起,您应该会走很长的路。

Yes powershell would make this easy.

But there is also the stsadm command "activatefeature".
Together with the stsadm command "enumsites" and a bit of creating command script building you should go a long way.

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