Searching For A Directory Powershell

[Solved] Searching For A Directory Powershell | C - Code Explorer | yomemimo.com
Question : searching for a directory powershell

Answered by : lonely-ladybird-7f4ayki7cycu

Get-ChildItem C:\test -recurse | Where-Object {$_.PSIsContainer -eq $true -and $_.Name -match "keyword"}

Source : https://stackoverflow.com/questions/19091750/how-to-search-for-a-folder-with-powershell/19092542 | Last Update : Fri, 24 Dec 21

Answers related to searching for a directory powershell

Code Explorer Popular Question For C