Multiple choice technology

Which formatting option is used to format the output of a command result to a tabular result set?

  1. Format-List

  2. Format-Table

  3. Format-Wide

  4. Format-Custom

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Format-Table is the PowerShell cmdlet that formats output as a table with columns and rows. Format-List displays output as a list of properties. Format-Wide outputs each object with a single property in wide format. Format-Custom uses a custom view defined in format files.