Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save idiotandrobot/5d68b4d9567568434d0d03ab938ec77d to your computer and use it in GitHub Desktop.

Select an option

Save idiotandrobot/5d68b4d9567568434d0d03ab938ec77d to your computer and use it in GitHub Desktop.
$files = Get-Item * -Stream Zone.Identifier -ErrorAction SilentlyContinue | ForEach-Object {$_.Filename}
Unblock-File $files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment