- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- 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 are the parameters supported by Get-ChildItem in PowerShell?
Below parameters are supported by Get-ChildItems. Get-ChildItem
[[-Path] <string[]>] [[-Filter] <string>] [-Include <string[]>] [-Exclude <string[]>] [-Recurse] [-Depth <uint32>] [-Force] [-Name] [-Attributes <FlagsExpression[FileAttributes]>] [-FollowSymlink] [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [<CommonParameters>]
- Related Articles
- Which attribute parameters are supported in Get-ChildItem in PowerShell?
- Which methods are supported by Get-ChildItem in PowerShell?
- Which properties are supported by the Get-ChildItem in PowerShell?
- How to get supported parameters of the cmdlet in PowerShell?
- What is Get-ChildItem cmdlet in PowerShell?
- What is the use of -Force parameter in Get-ChildItem in PowerShell?
- How to get the readonly files using Get-ChildItem in PowerShell?
- How to get the system files using the Get-ChildItem in PowerShell?
- How to control recursion in Get-ChildItem in PowerShell?
- How to use Depth pararmeter in Get-ChildItem PowerShell?
- How to use the wildcard character (*) in Get-ChildItem in PowerShell?
- How to use the -recursive parameter in Get-ChildItem using PowerShell?
- How to exclude specific extension in Get-ChildItem in PowerShell?
- How to get only folders but not the files in the Get-ChildItem in PowerShell?
- How to list the subfolder contents using Get-ChildItem using PowerShell?

Advertisements