My most-used #Powershell function:
function lsltr {Param ($D = “.” ); dir $D | sort -property lastwritetime}
(especially for @stevewhart1)
My most-used #Powershell function:
function lsltr {Param ($D = “.” ); dir $D | sort -property lastwritetime}
(especially for @stevewhart1)