Powershell Indexing Script
Powershell Indexing Script
develop an index for the files contained with the target directory (ONLY) gci $target | select-object "lastwritetime","Name" | sort-object "lastwritetime " -descending | out-file $target\index.txt