I have the following string:
Account name:            abc.def
where abc.def is username, John.doe for example.
I need to trim this string and leave only the username, example abc.def
Whatever I try with select-string or -match doesn't get me there.

