Skip to content

Instantly share code, notes, and snippets.

@pingec
Created November 29, 2018 12:22
Show Gist options
  • Save pingec/9906ebcdae32f165ceb0aa31a42e383f to your computer and use it in GitHub Desktop.
Save pingec/9906ebcdae32f165ceb0aa31a42e383f to your computer and use it in GitHub Desktop.
Gets detailed file attributes / properties with powershell
Get-ItemProperty .\ApsApfJobWorker.dll | Format-list -Property * -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment