Tuesday, July 21, 2015

SharePoint Online site recycle bin report by user name and items count deleted by that user


Hi,

here you will find a Powershell Script created by me to scan SharePoint Online site Recycle Bin. The script runs throught the all deleted items, sorts received item collection by deleted date using Merge sort algorithm and return items count and user names which were deleted by the user in period your entered when you requested.

For sorting items I have used the powershell scripts created by James Keeler

The powershell script can be found here:


Have a good time, J

Good luck.

No comments:

Post a Comment