Skip to content

Instantly share code, notes, and snippets.

@dtaalbers
Created June 2, 2015 06:52
Show Gist options
  • Save dtaalbers/0a65f6f598704b722609 to your computer and use it in GitHub Desktop.
Save dtaalbers/0a65f6f598704b722609 to your computer and use it in GitHub Desktop.
Unblock all files in directory through powershell
gci c:someFolder -Recurse | Unblock-File
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment