I didn’t really expect to be able to do this:
<Some line including a string surrounded by double quotes> | select @{ Label = ‘TheStringIWant’ Expression = {$_.line.split('"')[1]} }
I didn’t really expect to be able to do this:
<Some line including a string surrounded by double quotes> | select @{ Label = ‘TheStringIWant’ Expression = {$_.line.split('"')[1]} }