Forum Discussion

Shree2280's avatar
Shree2280
Brass Contributor
Jan 27, 2021

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://" ...