Forum Discussion
Shree2280
Jan 27, 2021Brass Contributor
getting data from multilple folders
Hi Expert,
I am trying to get data from particular folder but not from multiple folders and sub folders specially
Get-ChildItem -Path C:\check\two -recurse | Select-String -Pattern "http://" | ` Select-Object -Property Path,LineNumber,Line | ` Export-CSV "C:\check\ResultFile.csv"
Shree
1 Reply
- Shree2280Brass Contributor