multiline regex - multiple results same name

Viewed 24

I've tying to run a regex grab on an output from a powershell command.

However i just can't get it to work. Is there a way of doing this when the first column entry is the same each time? i.e.

Results:

VMName: Server1
VMName: Server2
VMName: Server3

I want to capture Server1, Server2 and Server3

0 Answers
Related