Wednesday, November 6, 2013 Some #PowerShell - function dirod {Param ($DirName = “.” ); dir $DirName | sort-object -property lastwritetime}