Summary: Use Windows PowerShell to read a specific NTFS file system stream.
How can I use Windows PowerShell to read a specific NTFS file system stream?
Use the Get-Content cmdlet and specify the name of the file and the name of the stream.
This example reads a stream named Data:
Get-Content C:\fso\AnEmptyFile.txt -Stream data