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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

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