开发者

Get all webpart properties via PowerShell for each page on a SharePoint site

开发者 https://www.devze.com 2022-12-16 19:07 出处:网络
I have a site in开发者_开发问答 SharePoint 2007 (not mine personally) with some subsites. For each subsite, and each of its pages, how can I get all the webpart\'s properties?

I have a site in开发者_开发问答 SharePoint 2007 (not mine personally) with some subsites. For each subsite, and each of its pages, how can I get all the webpart's properties?

This is using PowerShell (the server does not have Visual Studio, another matter).


You will probably have to do some batch programing, iterate sites, pages ... but maybe you can find solution on these links:

Automating SharePoint 2007 Configurations via STSADM and PowerShell
Enumerate Page Web Parts

You can also write program on another machine using C# and just execute it on SharePoint server.

0

精彩评论

暂无评论...
验证码 换一张
取 消