Powershell Get-ChildItem -recurse doesn't get all items Powershell Get-ChildItem -recurse doesn't get all items powershell powershell

Powershell Get-ChildItem -recurse doesn't get all items


You can also use the pipe for remove:

Get-ChildItem -path <yourpath> -recurse -Include *.pdb | rm