Search the recycle bin with Powershell
Useful piece of Powershell to search for a file(s) / item(s) in the site recycle bin and then restore it/them.
Change the regular expression after match to change what files to search for.
1 | $spsite = (Get-SPSite "http://mysite" ) |