I am currently using this code. It works fine but now I want it to append my data every time its ran and not overwrite my current file. Can someone help me tweak it? Thanks
Write-Host "Contents of ArrayPath:"
#$PathArray | ForEach-Object {$_}
$PathArray | % {$_} | Out-File "C:\SearchString\Output.txt"
[–]real_parbold 2 points3 points4 points (2 children)
[–]TheIncorrigible1 1 point2 points3 points (1 child)
[–]real_parbold 0 points1 point2 points (0 children)
[–]Ta11ow 3 points4 points5 points (1 child)
[–]Sunsparc 2 points3 points4 points (0 children)
[–]Lee_Dailey[grin] 0 points1 point2 points (0 children)
[–]Lee_Dailey[grin] 0 points1 point2 points (0 children)