Forum Discussion
Dean_Gross
Feb 16, 2018Silver Contributor
Finding files in SPO recycle bin
what is the trick for finding specific files in SPO recycle bin? we can only sort by title and date deleted, there is no filtering and when there are thousands of files, it is an endless scroll which...
Eric LE CORRE
May 17, 2019Brass Contributor
https://lazyadmin.nl/powershell/restore-recycle-bin-sharepoint-online-with-powershell/amp/
and you also also filter by directory name :
$_.DirNAme -match "sites/…."
Dean_Gross
May 17, 2019Silver Contributor
Eric LE CORRE thanks for the additional suggestion, but this won't help the site owner who is trying to find a file that was deleted. Site owners are empowered to do almost everything, they should not have to open a support ticket with their Help Desk to do something this simple