Last time, we used the like operator to find wildcard type matches. Now, let's find exactly what we're searching for with -Match. Last time we looked at using the Like operator to find wildcard type ...
From validating IP addresses to phone numbers, these are some of the handiest expressions in Boe's PowerShell toolbox. What are yours? As this article states, I want to show some of the regular ...
I was hoping I could use "^$^Title" instead of "\r\n\r\nTitle", but that doesn't fly (and rightly so). Also I wasn't sure if "\r\n" would work on unix text files. Is there a more generic way I could ...