Wednesday, January 3, 2018

Get all properties of the file in powershell.

 Get-Item -Path c:\myfile.txt | format-list -Property * -Force
http://ift.tt/2CBzkBe

No comments:

Post a Comment

Thank you for your comment.