Comment Re:So much for compatibility (Score 1) 280
Here's your powershell error for that command (FYI - there is no option for "-lasrht" on the ls command:
[PS] C:\temp>ls -lasrht
ls : A parameter cannot be found that matches parameter name 'lasrht'.
At line:1 char:11
+ ls -lasrht
+ CategoryInfo : InvalidArgument: (:) [Get-ChildItem], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand