Skip to content

Instantly share code, notes, and snippets.

@adenkiewicz
Created July 22, 2019 13:06
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 adenkiewicz/6876ece0a8486c632b5a1b0ed5f01b6f to your computer and use it in GitHub Desktop.
Save adenkiewicz/6876ece0a8486c632b5a1b0ed5f01b6f to your computer and use it in GitHub Desktop.
Powershell command to recursively find all non-default streams.
(gci -recurse | % { gi $_.FullName -Stream * } | ? Stream -ne ':$Data') 2>$null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment