Get-ChildItem -Path "C:\" -Recurse -File -include "*.txt" | %{ADD-content -path "C:\ZZMonFichierensortie.txt" -value $_.FullName}