Powershell to find out web parts are on your pages

Posted by emmettlynch on November 21, 2011

Here’s a script to get a list of what web parts are on each page in a site collection. Helps when you need to find all the pages you need to update with a new version of a web part…


cls


# Add SharePoint cmdlets reference


Add-PSSnapin microsoft.sharepoint.powershell -ErrorAction

... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.