I'm beginner, exploring options in powershell.
File with the following info:
Line 1: 22-Aug-2014 : Entry 1.Info : Alex : here it says "Hello World" ok?
Line 2: 24-Aug-2014 : Entry 1.Info : Micheal : here it says "Welcome to my world"
Line 3: 24-Aug-2014 : Entry 1.Info : Alex : here it say "Remember? i said Hello world", done.
Search through the file and only extract specific info related to Alex
Alex: Hello World
Alex: Remember? i said Hello world
Any suggestions to achieve this output using powershell?