PowerShell - Control Flow
In PowerShell, what effect does using the
-Wildcard parameter with a switch statement have on pattern matching?-Wildcard parameter with a switch statement have on pattern matching?-Wildcard parameter-Wildcard parameter tells the switch statement to interpret patterns using wildcard characters such as * (matches any characters) and ? (matches a single character).-Wildcard, switch matches exact strings. With -Regex, it uses regular expressions. -Wildcard is specifically for wildcard pattern matching.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions