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


i have site in sharepoint 2007 (not mine personally) subsites. each subsite, , each of pages, how can webpart's properties?

this using powershell (the server not have visual studio, matter).

you have batch programing, iterate sites, pages ... maybe can find solution on these links:

automating sharepoint 2007 configurations via stsadm , powershell
enumerate page web parts

you can write program on machine using c# , execute on sharepoint server.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -