Instantly share code, notes, and snippets.
Get-ChildItem .\ -include bin,obj -Recurse | foreach ($) { remove-item $.fullname -Force -Recurse }