PS C:\Users\Administrator> $string = "hello world"
PS C:\Users\Administrator> $string -ilike "hello"
False
the above is outputing false, and not true. not sure what I am doing wrong
$string -ilike "hello" False the above is outputing false, and not true." /> $string -ilike "hello" False the above is outputing false, and not true." /> $string -ilike "hello" False the above is outputing false, and not true."/>
PS C:\Users\Administrator> $string = "hello world"
PS C:\Users\Administrator> $string -ilike "hello"
False
the above is outputing false, and not true. not sure what I am doing wrong
Copyright © 2021 Jogjafile Inc.