+1 vote
in PowerShell by

What is the command to list the files and folders in the directory?

Select the correct answer from below options: 

a) Get-Childitem

b) List-Item

c) Get-item

d) Get-Member

1 Answer

0 votes
by

Correct answer of above question is -a) Get-Childitem

Get-Childitem is the command to list the files and folders in the directory
...