Select-String is a powershell cmdlet that finds text in strings and files.
I need return a line preceeding a match on a multi-line string variable. It seems when using a string variable …
string powershell match select-stringI am trying to Select-String on a text that is on multiple lines. Example: "This is line1 <Test>…
powershell select-string