Answers for "see all ADS in a file"

1

see all ADS in a file

//paste in PowerShell to show all the streams of a given file //
Get-Item -path {path to the file} -stream *
Posted by: Guest on August-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language