Posts by Felipe • 11 points
1 post
-
1
votes2
answers171
viewsA: I cannot display the modification date of a directory with powershell
You can use the Get-Itemproperty. Ex: (Get-ItemProperty C:\Temp).CreationTime Monday, March 30, 2015 20:15:55 (Get-ItemProperty C:\Temp).LastWriteTime Thursday, January 7, 2016 17:56:06…