News

PowerShell's -Like Operator The -Like operator (and its counterpart, -Notlike) can help you find exactly the information you seek. By Jeffery Hicks 07/31/2012 Even though I'm always talking about ...
Last time, we used the like operator to find wildcard type matches. Now, let's find exactly what we're searching for with -Match.
Represented by the pipe symbol (found on the backslash key on most keyboards), the PowerShell pipeline allows one command's output to be treated as input for another command.