Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Panel
bgColor#fff
  1. Step-by-Step

    Within the SharePoint Essentials Toolkit, you can utilize the “Item Query” feature to find any type of text or content easily. 

    1. Open the SharePoint Essentials Toolkit
    2. Select the sites that you want to find blank web pages for. Then right click and select "Create Reports->Item Query"

      Image Modified

      If you select only one site, it will have slightly different menu options:


      Image Modified
    3. Give the Job a name that describes what we are doing, such as "Find 3rd Party Web Parts" or "Find Script Editor Web Parts"
    4. Select the option "Has Web Part with Name", choose "contains" and enter a value which is present in the web part Title or within the Web Part rendered HTML (often for 3rd party web parts the vendor name is present in the rendered web part HTML).
      This could also be found by navigating to a page with an instance of the web part you are trying to find, then right clicking on the page and clicking 'View Source'.

      Info
      titlePRO Tip

      Advanced: If you need to find web parts with specific HTML or JavaScript, use 'Has JavaScript' or "Has CSS" or "Has HTML" or "File Content" options
      Image Modified


      Examples: 

      For OOTB SharePoint Script Editor and Snippet web parts, you could use the following:

      Image Modified

    Image Removed
    Image Removed
    Image Removed

    1. Image Added

      Info
      titlePRO Tip

      Advanced: If you need to find Snippets, or specific HTML or JavaScript, use 'Has JavaScript' or "Has CSS" or "Has HTML" or "File Content" options.

      Then use a small portion of the HTML/CSS/JavaScript present in the snippet to do your query.

      Example:

      Image Added

      Image Added

      Image Added


    2. Click Add to add any other additional conditions (open a new job if you have any 'OR' conditions. It is not yet supported to have OR conditions in this specific utility)
    3. If you have any non OOTB Web Page Libraries you would like to include, specify them below in the Advanced Options:

      Image Modified

    4. Click "Run Now" to start the job
    5. Once complete, you will have a list of pages that match the Web Parts found

      Image Modified



Filter by label (Content by label)
showLabelsfalse
max5
spacesKC
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "software" , "3rd" , "download" , "party" ) and type = "page" and space = "KC"
labels3rd party software download

...