Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfrantz1-r7/17dc2009a5f6f66e1b34b6d54155a460 to your computer and use it in GitHub Desktop.
Save jfrantz1-r7/17dc2009a5f6f66e1b34b6d54155a460 to your computer and use it in GitHub Desktop.
Get-ChildItem $directory -Directory -Recurse -Force |
Sort-Object -Property FullName -Descending |
Where-Object { $($_ | Get-ChildItem -Force | Select-Object -First 1).Count -eq 0 } |
Remove-Item
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment