Depending on the size of your site this would be pretty intensive and depend on the type of pages and where they're stored. i.e. Pages, Site Pages, Web Part Pages in site root or other location.
You'd need to interrogate each page type, get its web part manager (if it has one), and then query this by web part type and/or name (hoping the user hasn't changed it). If it's a custom web part this should return a decent result but this would still be a very ugly script to run. Regards, Paul On 1 May 2013 09:17, Specker, Caroline <[email protected]>wrote: > You could write a powershell script to do it. Here is an article that > shows how to write a script that lists all web parts in a site collection > http://sharepointquester.com/2012/09/11/list-all-web-parts-in-a-sharepoint-2010-site-collection-using-windows-powershell/ > You could modify it to only report on the web part that you are interested > in.**** > > ** ** > > *From:* [email protected] [mailto:[email protected]] *On > Behalf Of *Mike Hansford > *Sent:* Tuesday, 30 April 2013 4:39 PM > *To:* [email protected] > *Subject:* how to determine which pages have a particular web part**** > > ** ** > > I need to find out how I can locate every page that has a particular web > part on it.**** > > ** ** > > It looks like I may be able to get this by reading from the database, but > I’m wondering if there’s a better, possibly more thorough method about.*** > * > > ** ** > > Thanks**** > > Mike **** > > ** ** > > ************************************************************************* > The information contained in this e-mail, and any attachments to it, > is intended for the use of the addressee and is confidential. If you > are not the intended recipient you must not use, disclose, read, > forward, copy or retain any of the information. If you received this > e-mail in error, please delete it and notify the sender by return > e-mail or telephone. > > The Commonwealth does not warrant that any attachments are free > from viruses or any other defects. You assume all liability for any > loss, damage or other consequences which may arise from opening > or using the attachments. > > The security of emails transmitted in an unencrypted environment > cannot be guaranteed. By forwarding or replying to this email, you > acknowledge and accept these risks. > ************************************************************************* > > _______________________________________________ > ozmoss mailing list > [email protected] > http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss > >
_______________________________________________ ozmoss mailing list [email protected] http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
