- Powershell Core 6.2 Cookbook
- Jan Hendrik Peters
- 60字
- 2021-06-24 15:14:28
NTFS iternate data streams
While not exactly related to the streams such as output and error, which we've seen so far, there's a special type of stream that's quite interesting to play around with: the NTFS alternate data stream. This recipe is specific to NTFS-formatted volumes and will show you why the Unblock-File cmdlet exists in the first place.