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