Google News
logo
PowerShell - Quiz(MCQ)
Which of the following command is used to get child items in powershell?
A)
Get-ChildItem
B)
Set-Alias
C)
Get-Child
D)
Get-Command

Correct Answer :   Get-ChildItem


Explanation : Get-ChildItem is used to get the contents of a folder or registry key.

Advertisement