I'm currently running a PowerShell (v3.0) script and I have some jpg files need tidy in a folder. I want to sort the files by the file creation date .but it doesn't work.
get-childitem -path $fipath\*.jpg|get-itemproperty -filter LastWritTime "2013/10/2"
the command get nothing besides err info.
I have tried many other methods but it doesn't work anymore how to use the parameter -filter in PowerShell anyone can gave a idea?