I'm relatively new to PowerShell. I would like to be able to insert a line of text into a file by line position.
I've seen several examples how to do this via searching for line contents. I haven't been able to find one that does it by line position.
How would I do this in PowerShell script?
Thanks,JohnB