Tuesday, February 3, 2015

Retrive folder created date in powershell

I tried as follows and it worked



Get-Item c:\task\test | Foreach {$_.LastWriteTime}





Thanks

Manish

___________________________________________________________________________________

Please click Mark as Answer if my post solved your problem and click Vote as Helpful if this post was useful.


No comments:

Post a Comment