data from multiple folders
1 Topicgetting 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" Shree783Views0likes1Comment