PowerShell - Basics and Environment
Which of the following is the correct syntax to find all commands that start with 'Get-' using
Get-Command?Get-Command?-Name parameter accepts wildcards like "Get-*" to find commands starting with 'Get-'.-Filter is not a valid parameter for Get-Command, and -Search does not exist. Passing just "Get-" without wildcard won't match all commands starting with 'Get-'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions