Skip to content

Instantly share code, notes, and snippets.

@vexx32
Created January 6, 2019 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vexx32/935aa7fa277505b04c095ee290bb311b to your computer and use it in GitHub Desktop.
Save vexx32/935aa7fa277505b04c095ee290bb311b to your computer and use it in GitHub Desktop.
PS> $a = get-item file001.tmp\
PS> $a
Directory: C:\Users\Joel
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 7/22/2018 1:05 PM 10206
PS> $a | Format-List
Directory: C:\Users\Joel
Name :
Length : 10206
CreationTime : 7/22/2018 1:05:55 PM
LastWriteTime : 7/22/2018 1:05:58 PM
LastAccessTime : 7/22/2018 1:05:55 PM
Mode : -a----
LinkType :
Target :
VersionInfo :
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment