Attributes
Commands
Get-ChildItem <Path> | ForEach-Object { $_.Name + ": " + $_.Attributes.ToString() }File Attributes Explained
Last updated
Get-ChildItem <Path> | ForEach-Object { $_.Name + ": " + $_.Attributes.ToString() }Last updated