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

Correct Answer :   Get-ChildItem


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

Advertisement