PowerShell - Cmdlets and Pipeline
Which of the following is the correct syntax to sort a list of numbers stored in
$numbers in descending order?$numbers in descending order?-Descending with a dash and full word.$numbers | Sort-Object -Descending uses the correct dash and spelling. Options A, C, and D have syntax errors or wrong parameter format.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions