PowerShell: List All Possible File Attribute Values
List All Possible values of file Attributes
# list all possible file attributes [System.IO.FileAttributes] | Get-Member -Static -MemberType Properties

# list possible values of a enum type [enum]::GetValues([System.IO.FileAttributes])

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)