I am trying to run this command through powershell, on remote machines
dir C:\Users\ /S/B | findstr /i "t.st" > C:\results.txt
But I want to exclude the temporary internet files folders, as it is giving me a lot of false positives
Any help?
|
I am trying to run this command through powershell, on remote machines dir C:\Users\ /S/B | findstr /i "t.st" > C:\results.txt But I want to exclude the temporary internet files folders, as it is giving me a lot of false positives Any help? |
|||
|
|
|
Try this (updated):
|
|||||||||||
|