Hello
Why do we have (I am using PowerShell v5) Match and iMatch if both of the following return True
"Fred" -Match "fred"
"Fred" -iMatch "fred"
Thanks
AAnotherUser
Hello
Why do we have (I am using PowerShell v5) Match and iMatch if both of the following return True
"Fred" -Match "fred"
"Fred" -iMatch "fred"
Thanks
AAnotherUser