ls | where Length -gt 1mb | sort LastWriteTime
ls | where { -not $_.PSIsContainer -and $_.Length -gt 1mb } | sort LastWriteTime