Used by Windows to extract and create archives.
Compress one or more files to an alternate data stream (ADS).
tar -cf compressedfilename:ads C:\folder\file
Decompress a compressed file from an alternate data stream (ADS).
tar -xf compressedfilename:ads
Extracts archive.tar from the remote (internal) host (host1) to the current host.
tar -xf \\host1\archive.tar