PowerShell is fundamentally case insensitive (e.g. "HEy" -like "hey" is True).
If you want to use the case sensitive version of like, use -clike.
PowerShell is fundamentally case insensitive (e.g. "HEy" -like "hey" is True).
If you want to use the case sensitive version of like, use -clike.