PowerShell's logical operators are -and, -or, -not, -xor (also -and, -or, -!, -not as alternatives). The -notlike operator is a comparison operator used for pattern matching, not a logical operator. The question asks which is NOT a logical operator, making -notlike the correct answer.