Skip to content

Instantly share code, notes, and snippets.

@gyusza
gyusza / OrphanedDatasources.ps1
Created May 29, 2018 09:50 — forked from hombreDelPez/OrphanedDatasources.ps1
Sitecore PowerShell script to list all orphaned datasources
<#
.SYNOPSIS
Lists the datasources which are not or no longer referenced to a rendering in a page.
.NOTES
Ramon Bruelisauer (original)
Manuel Fischer (adjustements for the Master Solution)
#>
<##