I tested this in PowerShell 5.1, and PowerShell 7 preview 3.
If I add an Alternate Data Stream to a directory, verify with streams.exe that it exists, and then try to list the ADS stream for the directory itself with PowerShell
Get-Item P:\ath\To\A\Directory -Streams *
does not work, and appears to return nothing
I tested this in PowerShell 5.1, and PowerShell 7 preview 3.
If I add an Alternate Data Stream to a directory, verify with streams.exe that it exists, and then try to list the ADS stream for the directory itself with PowerShell
does not work, and appears to return nothing