PowerShell: Show Hidden Files
Force show hidden files, system files, read-only files
Get-ChildItem -Force
-
Show also hidden and system files.
Get-ChildItem -Hidden
-
Show only Hidden files.
Get-ChildItem -System
-
Show only system files and dirs.
Get-ChildItem -ReadOnly
-
Show only ReadOnly files.
PowerShell. File Properties, Attributes, Permission
- PowerShell: File Properties
- PowerShell: File Attributes
- PowerShell: List All Possible File Attribute Values
- PowerShell: Show a File's Attributes
- PowerShell: Show Hidden Files
- PowerShell: List Files with Specific Attribute
- PowerShell: Set a File's Attributes
- PowerShell: Set File Read Only Attribute
- PowerShell: File Attributes Object Type
- PowerShell: Change File Owner Perm (ACL)