I have a PS script that pulls some status information from a switch. The output looks like this:
8 Auto Unknown -1 Class 4 On Good 3.29 47.75 68.96
I now need to assign these strings to variables, for further processing. I'm guessing RegEx would be the best (only?) way to do it, but I don't have the first clue on how to achieve that, so any suggestion will be gratefully received.
Cheers,
B.