Created
May 1, 2017 21:26
-
-
Save jtheisen/3164129445517ca36f7312bd68b911fb to your computer and use it in GitHub Desktop.
Remove Dropbox collision files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dir -Recurse | where { $_ -match "In Konflikt stehende Kopie" } | foreach { rm -Force $_.FullName } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment