Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save markthiessen/2e1765a0f78679e56c9d to your computer and use it in GitHub Desktop.
Save markthiessen/2e1765a0f78679e56c9d to your computer and use it in GitHub Desktop.
Get-ChildItem . |% {mv $_.name "$([guid]::NewGuid().ToString()+$_.extension)"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment