Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sebastienlevert/110c053b301efad1369dc712c95202ae to your computer and use it in GitHub Desktop.
Save sebastienlevert/110c053b301efad1369dc712c95202ae to your computer and use it in GitHub Desktop.
# Connecting to your tenant
Connect-PnPOnline -Url https://tenant.sharepoint.com
# Getting the list of pages utilizing the Learning Pathways web part
Submit-PnPSearchQuery -Query "FileExtension:aspx 141d4ab7-b6ca-4bf4-ac59-25b7bf93642d" -All -RelevantResults | Select-Object OriginalPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment