Get-childitem -path . -recurse | Unblock-file !!link!! File

On Linux/macOS, the command does nothing (Zone.Identifier is Windows-specific).

The PowerShell command you're looking at is used to unblock files. Let's break it down: get-childitem -path . -recurse | unblock-file