Hi,
I want to restore alot of files around 2000 from my recycle bin. Click on them one by one is no option for me. So I tryd to use powershell commando's, but my powershell knowledge is not that great.
I would like to restore files from a specific date. I don't know how to do this. Can someone help me?
I did they following:
Install-Module SharePointPnPPowerShellOnline << Done
Connect-PnPOnline -Url https://mysharepoint.com << Done
Then I tryd this Get-PnPRecycleBinItem | ? DeletedDate -gt $restoreDate | select -last 10 | fl * << Nothing shows up and don't know to wich date it is looking at.