aVitaliy, так нужно было написать об этом, телепатов нету же.
Код:

$in = 'C:\temp\in.txt'
$out = 'C:\temp\out.txt'
$str = 'InternalRequest() Forbidden <- GET https://store.steampowered.com/explore?l=english'
(sls -Path $in -SimpleMatch $str |% {$_.tostring().split('|')[3]}) -join ',' > $out