How to use PowerShell String Contains
Source: https://lazyadmin.nl/powershell/string-contains/ The Contains operator in PowerShell is a bit of a strange one. You probably want to check if a string contains a particular word or character. The -contains operator sounds…