

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is Get-ChildItem cmdlet in PowerShell?
Get-ChildItem (alias: dir) in Powershell is used to get the items inside the container. This container could be the Folders, Registry or the certificate store. You can retrieve items from one or more specified locations. This command works similar to the dir in command prompt but PowerShell provides a modern way to extract the data.
- Related Questions & Answers
- What is the use of the Get-Error cmdlet in PowerShell?
- What is the use of -Force parameter in Get-ChildItem in PowerShell?
- What are the parameters supported by Get-ChildItem in PowerShell?
- How to control recursion in Get-ChildItem in PowerShell?
- What is the difference between $ErrorActionPreference and $ErrorAction cmdlet in PowerShell ?
- How to get supported parameters of the cmdlet in PowerShell?
- How to use Depth pararmeter in Get-ChildItem PowerShell?
- Which methods are supported by Get-ChildItem in PowerShell?
- How to get the readonly files using Get-ChildItem in PowerShell?
- How to exclude specific extension in Get-ChildItem in PowerShell?
- Which attribute parameters are supported in Get-ChildItem in PowerShell?
- Which properties are supported by the Get-ChildItem in PowerShell?
- How to get the system files using the Get-ChildItem in PowerShell?
- How to use the wildcard character (*) in Get-ChildItem in PowerShell?
- How to use the -recursive parameter in Get-ChildItem using PowerShell?
Advertisements