All drives

by Jul 31, 2014

Hi,

Is there a way to search across all drives on the computer? E.G: C:; D:; E: etc..

Starting from this short line, where I am searching "Powershell" folder on C: drive, but this is far far away my idea, I would liketo look for "Powershell" folder on all drives

Get-ChildItem -Path c: -Filter "Powershell" -Recurse

Can you give a hint on this?

Thanks,

R.