PowerShell - File and Directory Operations
What will be the output of this PowerShell command?
Get-ChildItem -Path . -Filter '*.txt' | Select-Object -ExpandProperty Name
Get-ChildItem -Path . -Filter '*.txt' | Select-Object -ExpandProperty Name
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions