IT Questions and Answers :)

Monday, April 9, 2018

In PowerShell, what cmdlet corresponds to the "FL" alias?

In PowerShell, what cmdlet corresponds to the "FL" alias?

  • Format-Line
  • Format-List
  • For-Loop
  • Folder-Limit 

 
In PowerShell, what cmdlet corresponds to the "FL" alias?

EXPLANATION

Format-List is the long form of the "FL" command. This command is used to change the layout of list items when they are output to the console.
For-Loop, Folder-Limit, and Format-Line are not PowerShell commands.

Share:

0 comments:

Post a Comment

Popular Posts