Forum Discussion
Santhosh_26
Nov 11, 2022Copper Contributor
Need to pull Sharepoint Online Orphaned Sites
Hi All, Could anyone help on this to pull out the list of Sharepoint Online Orphaned Sites via powershell. Thanks in Advance. Regards, SK,
DaveMehr365
Nov 17, 2022MVP
Hello Santhosh_26
i found this script, hope this helps (not tested by me!)
SharePoint Online: Find All Unused Sites based on Last Modified Date
#Read more: https://www.sharepointdiary.com/2019/08/sharepoint-online-find-unused-sites-using-powershell.html#ixzz7kv85chDg
SharePoint Online: Find Unused Lists based on Last Modified Date
#Read more: https://www.sharepointdiary.com/2019/03/sharepoint-online-get-list-last-modified-date-using-powershell.html#ixzz7kv8CkUrL
Best, Dave