Find text in a file with PowerShell

I often need to search through logs to find errors and other troubleshooting information. In the Linux world, this often means using grep. In PowerShell, you can use Get-Content and Where-Object.