This would be an equivalent of:

dir -recurse .. *.ps1 | Sort-Object -Property Lastwritetime | select lastwritetime, fullname

…in #powershell