How to view items details on SharePoint Recycle bin

Problem

Microsoft SharePoint Online recycle bin view displays limited number of character of deleted items.

I need to view the fullname of the file but the view column could not be widened.

Solution

Run PnP PowerShell command as follows:

Connect-PnPOnline -Url https://yourtenancy.sharepoint.com/sites/yoursite -UseWebLogin

Get-PnPRecycleBinItem | Select AuthorEmail, AuthorName, DeletedByEmail, DeletedByName, DeletedDateLocalFormatted, DirName, Title | Format-Table -AutoSize


Comments

Popular posts from this blog

How to search Active Directory group members using Windows 10 built-in tools

How to check and reload PAC (Proxy Auto Configuration) file on Windows