Skip to content

Instantly share code, notes, and snippets.

@xuyang2
Created November 19, 2015 06:10
Show Gist options
  • Save xuyang2/f94b0ff4e71e0c131b06 to your computer and use it in GitHub Desktop.
Save xuyang2/f94b0ff4e71e0c131b06 to your computer and use it in GitHub Desktop.
(gci C:\Users -r | ? {$_.PSIsContainer -eq $True}) | ? {$_.GetFiles().Count + $_.GetDirectories().Count -eq 0} | select FullName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment