[ URL ] : https://notes.fr/2022/02/05/Snippet-find-powershell/ [ CATEGORY ] : /Snippet/Windows [ TAGS ] : Windows, find, recherche [ CREATED ] : 2022-02-05 12:15 [ UPDATED ] : 2023-12-24 16:28 [ AUTHOR ] : 4L1N3 find in files avec powershell Comment rechercher un terme dans des fichiers sous Powershell Get-ChildItem -Path f:\LE\CHEMIN\DOSSIER -Recurse | Select-String -Pattern "Mot-à-Chercher"